public abstract class StandardRecord extends Record
| Constructor and Description |
|---|
StandardRecord() |
| Modifier and Type | Method and Description |
|---|---|
int |
getRecordSize()
gives the current serialized size of the record.
|
int |
serialize(int offset,
byte[] data)
Write the data content of this BIFF record including the sid and record length.
|
public final int getRecordSize()
RecordBasegetRecordSize in class RecordBasepublic final int serialize(int offset,
byte[] data)
The subclass must write the exact number of bytes as reported by
RecordBase.getRecordSize()}
serialize in class RecordBaseoffset - to begin writing atdata - byte array containing instance dataCopyright © 2010 - 2020 Adobe. All Rights Reserved