public interface IPumpable extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
deflate(DataOutput out)
Deflates the state and data of the implementor in a from capable of reconstructing the exact same instance
|
void |
fromXML(Element element) |
void |
inflate(DataInput in)
Inflate the state and data of the implementor as was previously deflated using
deflate(DataOutput) |
void |
inflate(DataInput in,
boolean reset)
Inflate the state and data of the implementor as was previously deflated using
deflate(DataOutput) |
Element |
toXML(Document doc) |
void deflate(DataOutput out) throws GRS2RecordSerializationException
out - the stream to write toGRS2RecordSerializationException - the deflate could not be completedvoid inflate(DataInput in) throws GRS2RecordSerializationException
deflate(DataOutput)in - the stream to inflate fromGRS2RecordSerializationException - the inflate could not be completedvoid inflate(DataInput in, boolean reset) throws GRS2RecordSerializationException
deflate(DataOutput)in - the stream to inflate fromreset - if the implementor keeps some state over actions previously taken and this is true, this state must be resetGRS2RecordSerializationException - the inflate could not be completedElement toXML(Document doc) throws GRS2RecordSerializationException, GRS2RecordDefinitionException, DOMException
void fromXML(Element element) throws GRS2RecordSerializationException, GRS2RecordDefinitionException, DOMException
Copyright © 2014. All Rights Reserved.