|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDeserialiser
This interface defines read methods for a primitive deserialiser.
| Method Summary | |
|---|---|
void |
flush()
Clears the internal deserialisation graphs. |
Object |
readObject()
Reads the next content of the underlying stream and interprets it as an Object. |
| Methods inherited from interface java.io.DataInput |
|---|
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes |
| Method Detail |
|---|
void flush()
Object readObject()
throws ClassNotFoundException,
IOException
Object.
ClassNotFoundException - if a class could not be found, instantiated or accessed.
IOException - when problems occur while reading data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||