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