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