Class FileSTK.Index

  • Enclosing class:
    FileSTK

    private class FileSTK.Index
    extends java.lang.Object
    Simple class to store image offsets and bytes located at the offset.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int byteCount
      DOCUMENT ME!
      int index
      DOCUMENT ME!
    • Constructor Summary

      Constructors 
      Constructor Description
      Index​(int _index)
      Creates a new Index object.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • byteCount

        public int byteCount
        DOCUMENT ME!
      • index

        public int index
        DOCUMENT ME!
    • Constructor Detail

      • Index

        public Index​(int _index)
        Creates a new Index object.
        Parameters:
        _index - DOCUMENT ME!