org.garret.serme
Class BufferedObjectInputStream

java.lang.Object
  extended byorg.garret.serme.impl.BufferedObjectDataInputStream
      extended byorg.garret.serme.BufferedObjectInputStream
All Implemented Interfaces:
IInputStream

public class BufferedObjectInputStream
extends org.garret.serme.impl.BufferedObjectDataInputStream

Class used to fetch serialized objects. Unlike ObjectInputStream which reads data only from byte array, this class is able to extract data from any input stream. This class should be used by applications which need serialization mechanism, but do not require per-object manipulation (add/update/remove). This class is able to extract objects, serialized by ObjectDataOutputSream


Constructor Summary
BufferedObjectInputStream(java.io.InputStream is)
          Constructor of ObjectInputStream.
 
Methods inherited from class org.garret.serme.impl.BufferedObjectDataInputStream
close, readArrayOfBoolean, readArrayOfByte, readArrayOfChar, readArrayOfDate, readArrayOfInt, readArrayOfLong, readArrayOfObject, readArrayOfShort, readArrayOfString, readBoolean, readByte, readChar, readDate, readInt, readLong, readObject, readShort, readString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferedObjectInputStream

public BufferedObjectInputStream(java.io.InputStream is)
Constructor of ObjectInputStream.

Parameters:
is - input stream