Class TiffOutputItem.Value
java.lang.Object
org.apache.commons.imaging.formats.tiff.write.TiffOutputItem
org.apache.commons.imaging.formats.tiff.write.TiffOutputItem.Value
- Enclosing class:
- TiffOutputItem
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.commons.imaging.formats.tiff.write.TiffOutputItem
TiffOutputItem.Value
-
Field Summary
FieldsFields inherited from class org.apache.commons.imaging.formats.tiff.write.TiffOutputItem
UNDEFINED_VALUE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.imaging.formats.tiff.write.TiffOutputItem
getOffset, setOffset
-
Field Details
-
bytes
private final byte[] bytes -
name
-
-
Constructor Details
-
Value
Value(String name, byte[] bytes)
-
-
Method Details
-
getItemLength
public int getItemLength()- Specified by:
getItemLength
in classTiffOutputItem
-
getItemDescription
- Specified by:
getItemDescription
in classTiffOutputItem
-
updateValue
- Throws:
ImageWriteException
-
writeItem
- Specified by:
writeItem
in classTiffOutputItem
- Throws:
IOException
ImageWriteException
-