|
|||||||||
| 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(java.io.DataOutput out)
Deflates the state and data of the implementor in a from capable of reconstructing the exact same instance |
void |
fromXML(org.w3c.dom.Element element)
|
void |
inflate(java.io.DataInput in)
Inflate the state and data of the implementor as was previously deflated using deflate(DataOutput) |
void |
inflate(java.io.DataInput in,
boolean reset)
Inflate the state and data of the implementor as was previously deflated using deflate(DataOutput) |
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc)
|
| Method Detail |
|---|
void deflate(java.io.DataOutput out)
throws GRS2RecordSerializationException
out - the stream to write to
GRS2RecordSerializationException - the deflate could not be completed
void inflate(java.io.DataInput in)
throws GRS2RecordSerializationException
deflate(DataOutput)
in - the stream to inflate from
GRS2RecordSerializationException - the inflate could not be completed
void inflate(java.io.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
org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
throws GRS2RecordSerializationException,
GRS2RecordDefinitionException,
org.w3c.dom.DOMException
GRS2RecordSerializationException
GRS2RecordDefinitionException
org.w3c.dom.DOMException
void fromXML(org.w3c.dom.Element element)
throws GRS2RecordSerializationException,
GRS2RecordDefinitionException,
org.w3c.dom.DOMException
GRS2RecordSerializationException
GRS2RecordDefinitionException
org.w3c.dom.DOMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||