com.sentilla.io
Interface ObjectInput

All Superinterfaces:
DataInput, Input
All Known Subinterfaces:
ObjectInputStream, ObjectRandomAccess, RandomAccessFile
All Known Implementing Classes:
ByteBuffer, RemoteRandomAccessFile

public interface ObjectInput
extends DataInput

Provides methods for reading an Object from data. Involves deserialization.


Method Summary
 Object readObject()
          Read an Object.
 
Methods inherited from interface com.sentilla.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readInt, readLong, readShort, readUnsignedByte, readUTF
 
Methods inherited from interface com.sentilla.io.Input
close, read, read, read, skip
 

Method Detail

readObject

Object readObject()
Read an Object.

Returns:
an Object.


Copyright © 2007 Sentilla Corporation. All Rights Reserved.