java.lang.Object
org.monte.media.tiff.FileSegment
Holds offset and length of a TIFF file segment.
In a JPEG JFIF stream, a TIFF file can be segmented over multiple APP markers.
- Author:
- Werner Randelshofer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileSegment
public FileSegment(long offset, long length)
-
-
Method Details
-
getLength
public long getLength() -
getOffset
public long getOffset()
-