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