org.apache.poi.hssf.record
Class EndSubRecord
- java.lang.Object
-
- org.apache.poi.hssf.record.SubRecord
-
- org.apache.poi.hssf.record.EndSubRecord
-
public final class EndSubRecord extends SubRecord
ftEnd (0x0000) The end data record is used to denote the end of the subrecords.
-
-
Field Summary
Fields Modifier and Type Field and Description static shortsid
-
Constructor Summary
Constructors Constructor and Description EndSubRecord()EndSubRecord(LittleEndianInput in, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.Objectclone()shortgetSid()booleanisTerminating()Wether this record terminates the sub-record stream.voidserialize(LittleEndianOutput out)java.lang.StringtoString()-
Methods inherited from class org.apache.poi.hssf.record.SubRecord
createSubRecord, serialize
-
-
-
-
Field Detail
-
sid
public static final short sid
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EndSubRecord
public EndSubRecord()
-
EndSubRecord
public EndSubRecord(LittleEndianInput in, int size)
- Parameters:
in- unused (since this record has no data)size-
-
-
Method Detail
-
isTerminating
public boolean isTerminating()
Description copied from class:SubRecordWether this record terminates the sub-record stream. There are two cases when this method must be overridden and returntrue- EndSubRecord (sid = 0x00) - LbsDataSubRecord (sid = 0x12)- Overrides:
isTerminatingin classSubRecord- Returns:
- whether this record is the last in the sub-record stream
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
serialize
public void serialize(LittleEndianOutput out)
-
getSid
public short getSid()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG