com.sentilla.io
Interface ObjectInputStream

All Superinterfaces:
DataInput, DataInputStream, Input, InputStream, ObjectInput
All Known Implementing Classes:
ByteBuffer

public interface ObjectInputStream
extends ObjectInput, DataInputStream

Provides methods for reading an Object from an InputStream.


Method Summary
 Object readObject()
          Read an Object from the stream.
 
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
 
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
 
Methods inherited from interface com.sentilla.io.InputStream
available
 
Methods inherited from interface com.sentilla.io.Input
close, read, read, read, skip
 

Method Detail

readObject

Object readObject()
Read an Object from the stream.

Specified by:
readObject in interface ObjectInput
Returns:
an Object.


Copyright © 2007 Sentilla Corporation. All Rights Reserved.