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