org.identityconnectors.framework.common.serializer
Interface BinaryObjectDeserializer


public interface BinaryObjectDeserializer

Interface for reading objects from a stream.


Method Summary
 void close()
          Closes the underlying stream
 Object readObject()
          Reads the next object from the stream.
 

Method Detail

readObject

Object readObject()
Reads the next object from the stream. Throws a wrapped EOFException if end of stream is reached.

Returns:
The next object from the stream.

close

void close()
Closes the underlying stream



Copyright © 2012. All Rights Reserved.