Class TagInfoByte
- java.lang.Object
-
- org.apache.commons.imaging.formats.tiff.taginfos.TagInfo
-
- org.apache.commons.imaging.formats.tiff.taginfos.TagInfoByte
-
- Direct Known Subclasses:
TagInfoUndefined
,TagInfoUnknown
public class TagInfoByte 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 TagInfoByte(String name, int tag, List<FieldType> fieldTypes, TiffDirectoryType directoryType)
TagInfoByte(String name, int tag, TiffDirectoryType directoryType)
TagInfoByte(String name, int tag, FieldType fieldType, TiffDirectoryType directoryType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
encodeValue(ByteOrder byteOrder, byte value)
-
Methods inherited from class org.apache.commons.imaging.formats.tiff.taginfos.TagInfo
encodeValue, getDescription, getValue, isOffset, isText, toString
-
-
-
-
Constructor Detail
-
TagInfoByte
public TagInfoByte(String name, int tag, TiffDirectoryType directoryType)
-
TagInfoByte
public TagInfoByte(String name, int tag, List<FieldType> fieldTypes, TiffDirectoryType directoryType)
-
TagInfoByte
public TagInfoByte(String name, int tag, FieldType fieldType, TiffDirectoryType directoryType)
-
-
Method Detail
-
encodeValue
public byte[] encodeValue(ByteOrder byteOrder, byte value)
-
-