public class HSLFEscherClientDataRecord extends EscherClientDataRecord
RECORD_DESCRIPTION, RECORD_ID| Constructor and Description |
|---|
HSLFEscherClientDataRecord() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Record childRecord) |
int |
fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory)
The contract of this method is to deserialize an escher record including
it's children.
|
List<? extends Record> |
getHSLFChildRecords() |
String |
getRecordName()
Subclasses should return the short name for this escher record.
|
int |
getRecordSize()
Subclasses should effeciently return the number of bytes required to
serialize the record.
|
byte[] |
getRemainingData()
Any data recording this record.
|
void |
removeChild(Class<? extends Record> childClass) |
int |
serialize(int offset,
byte[] data,
EscherSerializationListener listener)
Serializes the record to an existing byte array.
|
void |
setRemainingData(byte[] remainingData)
Any data recording this record.
|
getRecordIdclone, display, getChild, getChildRecords, getInstance, getOptions, getVersion, isContainerRecord, serialize, serialize, setChildRecords, setInstance, setOptions, setRecordId, setVersion, toString, toXml, toXmlpublic void addChild(Record childRecord)
public int fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory)
EscherRecordfillFields in class EscherClientDataRecorddata - The byte array containing the serialized escher
records.offset - The offset into the byte array.recordFactory - A factory for creating new escher records.public int serialize(int offset,
byte[] data,
EscherSerializationListener listener)
EscherRecordserialize in class EscherClientDataRecordoffset - the offset within the byte arraydata - the data array to serialize tolistener - a listener for begin and end serialization events. This
is useful because the serialization is
hierarchical/recursive and sometimes you need to be able
break into that.public int getRecordSize()
EscherRecordgetRecordSize in class EscherClientDataRecordpublic byte[] getRemainingData()
EscherClientDataRecordgetRemainingData in class EscherClientDataRecordpublic void setRemainingData(byte[] remainingData)
EscherClientDataRecordsetRemainingData in class EscherClientDataRecordremainingData - the remaining bytespublic String getRecordName()
EscherRecordgetRecordName in class EscherClientDataRecordCopyright © 2010 - 2020 Adobe. All Rights Reserved