public abstract class ContinuableRecord extends Record
ContinueRecords while being serialized.| Modifier and Type | Method and Description |
|---|---|
int |
getRecordSize()
gives the current serialized size of the record.
|
int |
serialize(int offset,
byte[] data)
called by the class that is responsible for writing this sucker.
|
public final int getRecordSize()
RecordBasegetRecordSize in class RecordBaseContinueRecord is required, this result includes the
size of those too)public final int serialize(int offset,
byte[] data)
RecordBaseserialize in class RecordBaseoffset - to begin writing atdata - byte array containing instance dataCopyright © 2010 - 2020 Adobe. All Rights Reserved