Package gov.nih.mipav.model.file
Class FileSVS.Index
java.lang.Object
gov.nih.mipav.model.file.FileSVS.Index
- Enclosing class:
FileSVS
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 long indexDOCUMENT ME!
-
-
Constructor Details
-
Index
public Index(int _index) Creates a new Index object.- Parameters:
_index- DOCUMENT ME!
-