Package gov.nih.mipav.model.file
Class FileSTK.Index
java.lang.Object
gov.nih.mipav.model.file.FileSTK.Index
- Enclosing class:
FileSTK
Simple class to store image offsets and bytes located at the offset.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
byteCount
public int byteCountDOCUMENT ME! -
index
public int indexDOCUMENT ME!
-
-
Constructor Details
-
Index
public Index(int _index) Creates a new Index object.- Parameters:
_index- DOCUMENT ME!
-