Class FileTiff.Index

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

private class FileTiff.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 long index
      DOCUMENT ME!
  • Constructor Details

    • Index

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