Class TagInfoShortOrLong
java.lang.Object
org.apache.commons.imaging.formats.tiff.taginfos.TagInfo
org.apache.commons.imaging.formats.tiff.taginfos.TagInfoShortOrLong
-
Field Summary
Fields inherited from class org.apache.commons.imaging.formats.tiff.taginfos.TagInfo
dataTypes, directoryType, length, LENGTH_UNKNOWN, name, tag
-
Constructor Summary
ConstructorsConstructorDescriptionTagInfoShortOrLong
(String name, int tag, int length, TiffDirectoryType directoryType) TagInfoShortOrLong
(String name, int tag, int length, TiffDirectoryType directoryType, boolean isOffset) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
encodeValue
(ByteOrder byteOrder, int... values) byte[]
encodeValue
(ByteOrder byteOrder, short... values) Methods inherited from class org.apache.commons.imaging.formats.tiff.taginfos.TagInfo
encodeValue, getDescription, getValue, isOffset, isText, toString
-
Constructor Details
-
TagInfoShortOrLong
-
TagInfoShortOrLong
public TagInfoShortOrLong(String name, int tag, int length, TiffDirectoryType directoryType, boolean isOffset)
-
-
Method Details
-
encodeValue
-
encodeValue
-