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:
getItemLengthin classTiffOutputItem
-
getItemDescription
- Specified by:
getItemDescriptionin classTiffOutputItem
-
updateValue
- Throws:
ImageWriteException
-
writeItem
- Specified by:
writeItemin classTiffOutputItem- Throws:
IOExceptionImageWriteException
-