|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPumpable
Implementers of this interface must define a default no arguments constructor
| Method Summary | |
|---|---|
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)
|
| Method Detail |
|---|
void deflate(DataOutput out)
throws GRS2RecordSerializationException
out - the stream to write to
GRS2RecordSerializationException - the deflate could not be completed
void inflate(DataInput in)
throws GRS2RecordSerializationException
deflate(DataOutput)
in - the stream to inflate from
GRS2RecordSerializationException - the inflate could not be completed
void 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 reset
GRS2RecordSerializationException - the inflate could not be completed
Element toXML(Document doc)
throws GRS2RecordSerializationException,
GRS2RecordDefinitionException,
DOMException
GRS2RecordSerializationException
GRS2RecordDefinitionException
DOMException
void fromXML(Element element)
throws GRS2RecordSerializationException,
GRS2RecordDefinitionException,
DOMException
GRS2RecordSerializationException
GRS2RecordDefinitionException
DOMException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||