int |
EscherBitmapBlip.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory) |
This method deserializes the record from a byte array.
|
int |
EscherBlipRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory) |
This method deserializes the record from a byte array.
|
int |
EscherBlipWMFRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory) |
This method deserializes the record from a byte array.
|
int |
EscherBSERecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory) |
This method deserializes the record from a byte array.
|
int |
EscherChildAnchorRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory) |
This method deserializes the record from a byte array.
|
int |
EscherClientAnchorRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory) |
This method deserializes the record from a byte array.
|
int |
EscherClientDataRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory) |
This method deserializes the record from a byte array.
|
int |
EscherContainerRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory) |
|
int |
EscherDggRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory) |
This method deserializes the record from a byte array.
|
int |
EscherDgRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory) |
This method deserializes the record from a byte array.
|
int |
EscherMetafileBlip.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory) |
This method deserializes the record from a byte array.
|
int |
EscherOptRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory) |
This method deserializes the record from a byte array.
|
int |
EscherPictBlip.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory) |
This method deserializes the record from a byte array.
|
abstract int |
EscherRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory) |
The contract of this method is to deserialize an escher record including
it's children.
|
protected int |
EscherRecord.fillFields(byte[] data,
EscherRecordFactory f) |
Delegates to fillFields(byte[], int, EscherRecordFactory)
|
int |
EscherSpgrRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory) |
This method deserializes the record from a byte array.
|
int |
EscherSplitMenuColorsRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory) |
This method deserializes the record from a byte array.
|
int |
EscherSpRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory) |
This method deserializes the record from a byte array.
|
int |
EscherTextboxRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory) |
This method deserializes the record from a byte array.
|
int |
UnknownEscherRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory) |
This method deserializes the record from a byte array.
|