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 fieldType, int count, byte[] bytes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanbytesEqual(byte[] data)protected static TiffOutputFieldcreateOffsetField(TagInfo tagInfo, ByteOrder byteOrder)protected org.apache.commons.imaging.formats.tiff.write.TiffOutputItemgetSeperateValue()intgetSortHint()protected booleanisLocalValue()protected voidsetData(byte[] bytes)voidsetSortHint(int sortHint)StringtoString()StringtoString(String prefix)protected voidwriteField(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:
IOExceptionImageWriteException
-
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)
-
-