Class TiffHeader
- java.lang.Object
-
- org.apache.commons.imaging.formats.tiff.TiffElement
-
- org.apache.commons.imaging.formats.tiff.TiffHeader
-
public class TiffHeader extends TiffElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.commons.imaging.formats.tiff.TiffElement
TiffElement.DataElement, TiffElement.Stub
-
-
Field Summary
Fields Modifier and Type Field Description ByteOrder
byteOrder
long
offsetToFirstIFD
int
tiffVersion
-
Fields inherited from class org.apache.commons.imaging.formats.tiff.TiffElement
COMPARATOR, length, offset
-
-
Constructor Summary
Constructors Constructor Description TiffHeader(ByteOrder byteOrder, int tiffVersion, long offsetToFirstIFD)
-
-
-
Field Detail
-
byteOrder
public final ByteOrder byteOrder
-
tiffVersion
public final int tiffVersion
-
offsetToFirstIFD
public final long offsetToFirstIFD
-
-
Constructor Detail
-
TiffHeader
public TiffHeader(ByteOrder byteOrder, int tiffVersion, long offsetToFirstIFD)
-
-
Method Detail
-
getElementDescription
public String getElementDescription()
- Specified by:
getElementDescription
in classTiffElement
-
-