Class TiffHeader
java.lang.Object
org.apache.commons.imaging.formats.tiff.AbstractTiffElement
org.apache.commons.imaging.formats.tiff.TiffHeader
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.commons.imaging.formats.tiff.AbstractTiffElement
AbstractTiffElement.DataElement, AbstractTiffElement.Stub
-
Field Summary
FieldsFields inherited from class org.apache.commons.imaging.formats.tiff.AbstractTiffElement
COMPARATOR, length, offset
-
Constructor Summary
ConstructorsConstructorDescriptionTiffHeader
(ByteOrder byteOrder, int tiffVersion, long offsetToFirstIFD, boolean bigTiff) -
Method Summary
-
Field Details
-
byteOrder
-
tiffVersion
-
offsetToFirstIFD
-
bigTiff
-
-
Constructor Details
-
TiffHeader
-
-
Method Details
-
getElementDescription
- Specified by:
getElementDescription
in classAbstractTiffElement
-