Class TagInfoBytes
- java.lang.Object
-
- org.apache.commons.imaging.formats.tiff.taginfos.TagInfo
-
- org.apache.commons.imaging.formats.tiff.taginfos.TagInfoBytes
-
- Direct Known Subclasses:
TagInfoUndefineds,TagInfoUnknowns
public class TagInfoBytes 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 TagInfoBytes(java.lang.String name, int tag, int length, TiffDirectoryType directoryType)TagInfoBytes(java.lang.String name, int tag, java.util.List<AbstractFieldType> abstractFieldTypes, int length, TiffDirectoryType directoryType)TagInfoBytes(java.lang.String name, int tag, AbstractFieldType abstractFieldType, int length, TiffDirectoryType directoryType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]encodeValue(java.nio.ByteOrder byteOrder, byte... values)-
Methods inherited from class org.apache.commons.imaging.formats.tiff.taginfos.TagInfo
encodeValue, getDescription, getValue, isOffset, isText, toString
-
-
-
-
Constructor Detail
-
TagInfoBytes
public TagInfoBytes(java.lang.String name, int tag, AbstractFieldType abstractFieldType, int length, TiffDirectoryType directoryType)
-
TagInfoBytes
public TagInfoBytes(java.lang.String name, int tag, int length, TiffDirectoryType directoryType)
-
TagInfoBytes
public TagInfoBytes(java.lang.String name, int tag, java.util.List<AbstractFieldType> abstractFieldTypes, int length, TiffDirectoryType directoryType)
-
-