public class TiffHeader extends TiffElement
TiffElement.DataElement, TiffElement.Stub
Modifier and Type | Field and Description |
---|---|
int |
byteOrder |
int |
offsetToFirstIFD |
int |
tiffVersion |
COMPARATOR, length, offset
Constructor and Description |
---|
TiffHeader(int byteOrder,
int tiffVersion,
int offsetToFirstIFD) |
Modifier and Type | Method and Description |
---|---|
String |
getElementDescription(boolean verbose) |
getElementDescription
public final int byteOrder
public final int tiffVersion
public final int offsetToFirstIFD
public TiffHeader(int byteOrder, int tiffVersion, int offsetToFirstIFD)
public String getElementDescription(boolean verbose)
getElementDescription
in class TiffElement
Copyright © 2007-2012. All Rights Reserved.