Modifier and Type | Method and Description |
---|---|
Message |
Message.restore(byte[] bytes)
Restore the message from a previously flattened byte array.
|
Envelope |
Envelope.restore(byte[] bytes)
Restore the envelope from a previously flattened byte array.
|
void |
InstanceFilter.restore(byte[] bytes,
boolean idsOnly) |
void |
EventFilter.restore(byte[] bytes,
boolean idsOnly) |
Attribute |
Attribute.restore(byte[] bytes,
boolean idsOnly)
Restore an attribute from a previously flattened byte stream.
|
protected void |
Filter.restore(int type,
byte[] bytes,
boolean idsOnly)
Restore the filter from a previously flattened byte array.
|