|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hssf.record.SubRecord
public abstract class SubRecord
Subrecords are part of the OBJ class.
| Method Summary | |
|---|---|
abstract java.lang.Object |
clone()
|
static SubRecord |
createSubRecord(LittleEndianInput in,
int cmoOt)
read a sub-record from the supplied stream |
boolean |
isTerminating()
Wether this record terminates the sub-record stream. |
byte[] |
serialize()
|
abstract void |
serialize(LittleEndianOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SubRecord createSubRecord(LittleEndianInput in,
int cmoOt)
in - the stream to read fromcmoOt - the objectType field of the containing CommonObjectDataSubRecord,
we need it to propagate to next sub-records as it defines what data follows
public byte[] serialize()
public abstract void serialize(LittleEndianOutput out)
public abstract java.lang.Object clone()
clone in class java.lang.Objectpublic boolean isTerminating()
true
- EndSubRecord (sid = 0x00)
- LbsDataSubRecord (sid = 0x12)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||