Interface IRandomOutputAccess

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable, java.io.DataOutput
    All Known Implementing Classes:
    RandomFileOutputAccess

    public interface IRandomOutputAccess
    extends java.io.DataOutput, java.io.Closeable
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getPointer()  
      long length()  
      void seek​(long pos)  
      • Methods inherited from interface java.io.Closeable

        close
      • Methods inherited from interface java.io.DataOutput

        write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
    • Method Detail

      • seek

        void seek​(long pos)
           throws java.io.IOException
        Throws:
        java.io.IOException
      • getPointer

        long getPointer()
                 throws java.io.IOException
        Throws:
        java.io.IOException
      • length

        long length()
             throws java.io.IOException
        Throws:
        java.io.IOException