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
public static class TiffOutputItem.Value extends TiffOutputItem
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.commons.imaging.formats.tiff.write.TiffOutputItem
TiffOutputItem.Value
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
bytes
private java.lang.String
name
-
Fields inherited from class org.apache.commons.imaging.formats.tiff.write.TiffOutputItem
UNDEFINED_VALUE
-
-
Constructor Summary
Constructors Constructor Description Value(java.lang.String name, byte[] bytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getItemDescription()
int
getItemLength()
void
updateValue(byte[] bytes)
void
writeItem(BinaryOutputStream bos)
-
Methods inherited from class org.apache.commons.imaging.formats.tiff.write.TiffOutputItem
getOffset, setOffset
-
-
-
-
Method Detail
-
getItemLength
public int getItemLength()
- Specified by:
getItemLength
in classTiffOutputItem
-
getItemDescription
public java.lang.String getItemDescription()
- Specified by:
getItemDescription
in classTiffOutputItem
-
updateValue
public void updateValue(byte[] bytes) throws ImageWriteException
- Throws:
ImageWriteException
-
writeItem
public void writeItem(BinaryOutputStream bos) throws java.io.IOException, ImageWriteException
- Specified by:
writeItem
in classTiffOutputItem
- Throws:
java.io.IOException
ImageWriteException
-
-