Class FileSegment

java.lang.Object
org.monte.media.tiff.FileSegment

public class FileSegment extends Object
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 Details

    • FileSegment

      public FileSegment(long offset, long length)
  • Method Details

    • getLength

      public long getLength()
    • getOffset

      public long getOffset()