Copyright 2012-04-26 Werner Randelshofer

org.monte.media.tiff
Class FileSegment

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

public class FileSegment
extends java.lang.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.

Version:
1.0 2010-07-25 Created.
Author:
Werner Randelshofer

Constructor Summary
FileSegment(long offset, long length)
           
 
Method Summary
 long getLength()
           
 long getOffset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSegment

public FileSegment(long offset,
                   long length)
Method Detail

getLength

public long getLength()

getOffset

public long getOffset()

Copyright 2012-04-26 Werner Randelshofer