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