org.jboss.serial.objectmetamodel
Interface ObjectsCache.JBossSeralizationInputInterface

All Superinterfaces:
java.io.DataInput, java.io.ObjectInput
Enclosing class:
ObjectsCache

public static interface ObjectsCache.JBossSeralizationInputInterface
extends java.io.ObjectInput

Required operations to work well with ObjectsCache


Method Summary
 byte readByteDirectly()
           
 java.lang.Object readImmutable(byte byteDescription, ObjectsCache cache)
           
 int readObjectReference()
           
 
Methods inherited from interface java.io.ObjectInput
available, close, read, read, read, readObject, skip
 
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
 

Method Detail

readObjectReference

int readObjectReference()
                        throws java.io.IOException
Throws:
java.io.IOException

readByteDirectly

byte readByteDirectly()
                      throws java.io.IOException
Throws:
java.io.IOException

readImmutable

java.lang.Object readImmutable(byte byteDescription,
                               ObjectsCache cache)
                               throws java.io.IOException
Throws:
java.io.IOException


JBoss Serialization, a new approach to java-serialization.