public class TagInfoByte extends TagInfo
dataTypes, directoryType, length, LENGTH_UNKNOWN, name, tag| Constructor and Description |
|---|
TagInfoByte(java.lang.String name,
int tag,
FieldType fieldType,
int length,
TiffDirectoryType directoryType) |
TagInfoByte(java.lang.String name,
int tag,
int length,
TiffDirectoryType directoryType) |
TagInfoByte(java.lang.String name,
int tag,
java.util.List<FieldType> fieldTypes,
int length,
TiffDirectoryType directoryType) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encodeValue(java.nio.ByteOrder byteOrder,
byte... values) |
encodeValue, getDescription, getValue, isOffset, isText, toStringpublic TagInfoByte(java.lang.String name,
int tag,
int length,
TiffDirectoryType directoryType)
public TagInfoByte(java.lang.String name,
int tag,
java.util.List<FieldType> fieldTypes,
int length,
TiffDirectoryType directoryType)
public TagInfoByte(java.lang.String name,
int tag,
FieldType fieldType,
int length,
TiffDirectoryType directoryType)
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"