public class TagInfoLong extends TagInfo
dataTypes, directoryType, length, LENGTH_UNKNOWN, name, tag
Constructor and Description |
---|
TagInfoLong(String name,
int tag,
List<FieldType> dataTypes,
int length,
TiffDirectoryType exifDirectory,
boolean isOffset) |
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, toString
public TagInfoLong(String name, int tag, TiffDirectoryType directoryType)
public TagInfoLong(String name, int tag, TiffDirectoryType directoryType, boolean isOffset)
public TagInfoLong(String name, int tag, List<FieldType> dataTypes, int length, TiffDirectoryType exifDirectory, boolean isOffset)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.