Class TiffOutputItem
- java.lang.Object
-
- org.apache.commons.imaging.formats.tiff.write.TiffOutputItem
-
- Direct Known Subclasses:
TiffOutputDirectory
,TiffOutputItem.Value
abstract class TiffOutputItem extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TiffOutputItem.Value
-
Field Summary
Fields Modifier and Type Field Description private long
offset
static long
UNDEFINED_VALUE
-
Constructor Summary
Constructors Constructor Description TiffOutputItem()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.lang.String
getItemDescription()
abstract int
getItemLength()
protected long
getOffset()
protected void
setOffset(long offset)
abstract void
writeItem(BinaryOutputStream bos)
-
-
-
Field Detail
-
UNDEFINED_VALUE
public static final long UNDEFINED_VALUE
- See Also:
- Constant Field Values
-
offset
private long offset
-
-
Method Detail
-
getOffset
protected long getOffset()
-
setOffset
protected void setOffset(long offset)
-
getItemLength
public abstract int getItemLength()
-
getItemDescription
public abstract java.lang.String getItemDescription()
-
writeItem
public abstract void writeItem(BinaryOutputStream bos) throws java.io.IOException, ImageWriteException
- Throws:
java.io.IOException
ImageWriteException
-
-