Interface ByteData

    • Method Detail

      • getS1At

        byte getS1At​(long offset)
      • getU1At

        short getU1At​(long offset)
      • getS2At

        short getS2At​(long offset)
      • getU2At

        int getU2At​(long offset)
      • getS4At

        int getS4At​(long offset)
      • getDoubleAt

        double getDoubleAt​(long o)
      • getFloatAt

        float getFloatAt​(long o)
      • getLongAt

        long getLongAt​(long o)
      • getBytesAt

        byte[] getBytesAt​(int count,
                          long offset)
      • getOffsetData

        ByteData getOffsetData​(long offset)