Class TiffOutputField
- java.lang.Object
-
- org.apache.commons.imaging.formats.tiff.write.TiffOutputField
-
public class TiffOutputField extends Object
-
-
Constructor Summary
Constructors Constructor Description TiffOutputField(int tag, TagInfo tagInfo, FieldType fieldType, int count, byte[] bytes)
TiffOutputField(TagInfo tagInfo, FieldType tagtype, int count, byte[] bytes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
createOffsetField
protected static TiffOutputField createOffsetField(TagInfo tagInfo, ByteOrder byteOrder) throws ImageWriteException
- Throws:
ImageWriteException
-
writeField
protected void writeField(BinaryOutputStream bos) throws IOException, ImageWriteException
- Throws:
IOException
ImageWriteException
-
getSeperateValue
protected org.apache.commons.imaging.formats.tiff.write.TiffOutputItem getSeperateValue()
-
isLocalValue
protected final boolean isLocalValue()
-
bytesEqual
public boolean bytesEqual(byte[] data)
-
setData
protected void setData(byte[] bytes) throws ImageWriteException
- Throws:
ImageWriteException
-
getSortHint
public int getSortHint()
-
setSortHint
public void setSortHint(int sortHint)
-
-