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 java.nio.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(java.nio.ByteOrder byteOrder, int tiffVersion, long offsetToFirstIFD)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getElementDescription()
-
-
-
Method Detail
-
getElementDescription
public java.lang.String getElementDescription()
- Specified by:
getElementDescription
in classTiffElement
-
-