public class TiffOutputField extends Object
Modifier and Type | Field and Description |
---|---|
int |
count |
FieldType |
fieldType |
int |
tag |
TagInfo |
tagInfo |
Constructor and Description |
---|
TiffOutputField(int tag,
TagInfo tagInfo,
FieldType fieldType,
int count,
byte[] bytes) |
TiffOutputField(TagInfo tagInfo,
FieldType tagtype,
int count,
byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
boolean |
bytesEqual(byte[] data) |
protected static TiffOutputField |
createOffsetField(TagInfo tagInfo,
ByteOrder byteOrder) |
protected org.apache.commons.imaging.formats.tiff.write.TiffOutputItem |
getSeperateValue() |
int |
getSortHint() |
protected boolean |
isLocalValue() |
protected void |
setData(byte[] bytes) |
void |
setSortHint(int sortHint) |
String |
toString() |
String |
toString(String prefix) |
protected void |
writeField(BinaryOutputStream bos) |
public final int tag
public final TagInfo tagInfo
public final FieldType fieldType
public final int count
protected static TiffOutputField createOffsetField(TagInfo tagInfo, ByteOrder byteOrder) throws ImageWriteException
ImageWriteException
protected void writeField(BinaryOutputStream bos) throws IOException, ImageWriteException
IOException
ImageWriteException
protected org.apache.commons.imaging.formats.tiff.write.TiffOutputItem getSeperateValue()
protected final boolean isLocalValue()
public boolean bytesEqual(byte[] data)
protected void setData(byte[] bytes) throws ImageWriteException
ImageWriteException
public int getSortHint()
public void setSortHint(int sortHint)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.