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