public class TagInfoByte extends TagInfo
dataTypes, directoryType, length, LENGTH_UNKNOWN, name, tag
Constructor and Description |
---|
TagInfoByte(String name,
int tag,
FieldType fieldType,
TiffDirectoryType directoryType) |
TagInfoByte(String name,
int tag,
List<FieldType> fieldTypes,
TiffDirectoryType directoryType) |
TagInfoByte(String name,
int tag,
TiffDirectoryType directoryType) |
Modifier and Type | Method and Description |
---|---|
byte[] |
encodeValue(ByteOrder byteOrder,
byte value) |
encodeValue, getDescription, getValue, isOffset, isText, toString
public TagInfoByte(String name, int tag, TiffDirectoryType directoryType)
public TagInfoByte(String name, int tag, List<FieldType> fieldTypes, TiffDirectoryType directoryType)
public TagInfoByte(String name, int tag, FieldType fieldType, TiffDirectoryType directoryType)
public byte[] encodeValue(ByteOrder byteOrder, byte value)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.