com.smaxe.me.io
Interface ObjectInput

All Superinterfaces:
java.io.DataInput

public interface ObjectInput
extends java.io.DataInput

ObjectInput - DataInput extension interface to include reading of objects.

Author:
Andrei Sochirca

Method Summary
 java.lang.Object readObject()
          Read and return an object.
 
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
 

Method Detail

readObject

java.lang.Object readObject()
                            throws java.io.IOException
Read and return an object. The class that implements this interface defines where the object is "read" from.

Returns:
the object read from the stream
Throws:
java.io.IOException - if an I/O exception occurred