Package org.apache.poi.hssf.record
Class EndSubRecord
java.lang.Object
org.apache.poi.hssf.record.SubRecord
org.apache.poi.hssf.record.EndSubRecord
- All Implemented Interfaces:
Cloneable
ftEnd (0x0000)
The end data record is used to denote the end of the subrecords.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.hssf.record.SubRecord
createSubRecord, serialize
-
Field Details
-
sid
public static final short sid- See Also:
-
-
Constructor Details
-
EndSubRecord
public EndSubRecord() -
EndSubRecord
- Parameters:
in
- unused (since this record has no data)size
- must be 0
-
-
Method Details
-
isTerminating
public boolean isTerminating()Description copied from class:SubRecord
Whether 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:
isTerminating
in classSubRecord
- Returns:
- whether this record is the last in the sub-record stream
-
toString
-
serialize
-
getDataSize
protected int getDataSize()- Specified by:
getDataSize
in classSubRecord
- Returns:
- the size of the data for this record (which is always 4 bytes less than the total record size). Note however, that ushort encoded after the record sid is usually but not always the data size.
-
getSid
public short getSid() -
clone
-