|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hssf.record.RecordBase
public abstract class RecordBase
Common base class of Record and RecordAggregate
| Constructor Summary | |
|---|---|
RecordBase()
|
|
| Method Summary | |
|---|---|
abstract int |
getRecordSize()
gives the current serialized size of the record. |
abstract int |
serialize(int offset,
byte[] data)
called by the class that is responsible for writing this sucker. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RecordBase()
| Method Detail |
|---|
public abstract int serialize(int offset,
byte[] data)
offset - to begin writing atdata - byte array containing instance data
public abstract int getRecordSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||