org.siebengeisslein.client
Class PersistentConversion.PersistentInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by java.io.DataInputStream
              extended by org.siebengeisslein.client.PersistentConversion.PersistentInputStream
All Implemented Interfaces:
java.io.Closeable, java.io.DataInput
Enclosing class:
PersistentConversion

public static class PersistentConversion.PersistentInputStream
extends java.io.DataInputStream


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Method Summary
 Ref getRef(int index)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRef

public Ref getRef(int index)
           throws java.io.IOException,
                  CoreException
Throws:
java.io.IOException
CoreException