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