jdbm
Class SerializerInput

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by java.io.DataInputStream
              extended by jdbm.SerializerInput
All Implemented Interfaces:
java.io.Closeable, java.io.DataInput

public class SerializerInput
extends java.io.DataInputStream

Input for Serializer

Author:
Jan Kotek

Constructor Summary
SerializerInput(java.io.InputStream in)
           
 
Method Summary
<V> V
readObject()
           
 int readPackedInt()
           
 long readPackedLong()
           
 
Methods inherited from class java.io.DataInputStream
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializerInput

public SerializerInput(java.io.InputStream in)
Method Detail

readObject

public <V> V readObject()
             throws java.lang.ClassNotFoundException,
                    java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

readPackedLong

public long readPackedLong()
                    throws java.io.IOException
Throws:
java.io.IOException

readPackedInt

public int readPackedInt()
                  throws java.io.IOException
Throws:
java.io.IOException


Cees de Groot (C) 2000. All rights reserved http://jdbm.sourceforge.net