Interface RandomAccess

    • Method Summary

      Modifier and Type Method and Description
      long getFilePointer()
       
      int read(byte[] b)
       
      int read(byte[] b, int off, int len)
       
      double readDouble()
       
      float readFloat()
       
      int readInt()
       
      long readLong()
       
      short readShort()
       
      void seek(long pos)