Class FileSTK.Index

java.lang.Object
gov.nih.mipav.model.file.FileSTK.Index
Enclosing class:
FileSTK

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

    • byteCount

      public int byteCount
      DOCUMENT ME!
    • index

      public int index
      DOCUMENT ME!
  • Constructor Details

    • Index

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