public final class ContinueFrt12Record extends StandardRecord
Modifier and Type | Field and Description |
---|---|
static short |
sid
Deprecated.
|
Constructor and Description |
---|
ContinueFrt12Record(RecordInputStream in)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Deprecated.
|
protected int |
getDataSize()
Deprecated.
|
short |
getSid()
Deprecated.
return the non static version of the id for this record.
|
java.lang.String |
getStr()
Deprecated.
|
void |
serialize(LittleEndianOutput out)
Deprecated.
Write the data content of this BIFF record.
|
java.lang.String |
toString()
Deprecated.
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serialize
cloneViaReserialise, serialize
public static final short sid
public ContinueFrt12Record(RecordInputStream in)
public void serialize(LittleEndianOutput out)
StandardRecord
RecordBase.getRecordSize()
} minus four
( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
by thye superclass).serialize
in class StandardRecord
public java.lang.String toString()
Record
public short getSid()
Record
protected int getDataSize()
getDataSize
in class StandardRecord
public java.lang.String getStr()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.