org.garret.serme
Class ObjectInputStream

java.lang.Object
  extended byorg.garret.serme.impl.ObjectDataInputStream
      extended byorg.garret.serme.ObjectInputStream
All Implemented Interfaces:
IInputStream

public class ObjectInputStream
extends org.garret.serme.impl.ObjectDataInputStream

Class used to fetch serialized objects. 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
ObjectInputStream(byte[] arr)
          Constructor of ObjectInputStream.
 
Methods inherited from class org.garret.serme.impl.ObjectDataInputStream
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

ObjectInputStream

public ObjectInputStream(byte[] arr)
Constructor of ObjectInputStream.

Parameters:
arr - byte array with serialized data