Copyright 2011-01-06 Werner Randelshofer

ch.randelshofer.media.tiff
Class FileSegment

java.lang.Object
  extended by ch.randelshofer.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 2011-01-06 Werner Randelshofer