org.siebengeisslein.client
Class PersistentConversion.PersistentOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.FilterOutputStream
          extended by java.io.DataOutputStream
              extended by org.siebengeisslein.client.PersistentConversion.PersistentOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.DataOutput, java.io.Flushable
Enclosing class:
PersistentConversion

public static class PersistentConversion.PersistentOutputStream
extends java.io.DataOutputStream


Field Summary
 
Fields inherited from class java.io.DataOutputStream
written
 
Fields inherited from class java.io.FilterOutputStream
out
 
Method Summary
 int getOIDIndex(long oid)
           
 long[] getOIDs(boolean noFollow)
           
 
Methods inherited from class java.io.DataOutputStream
flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
 
Methods inherited from class java.io.FilterOutputStream
close, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.io.DataOutput
write
 

Method Detail

getOIDIndex

public int getOIDIndex(long oid)

getOIDs

public long[] getOIDs(boolean noFollow)