Uses of Class
org.apache.commons.imaging.common.AbstractBinaryOutputStream
Packages that use AbstractBinaryOutputStream
Package
Description
Provides utility classes that are employed across multiple image formats and sub-packages.
TIFF writers.
-
Uses of AbstractBinaryOutputStream in org.apache.commons.imaging.common
Methods in org.apache.commons.imaging.common that return AbstractBinaryOutputStreamModifier and TypeMethodDescriptionstatic AbstractBinaryOutputStream
AbstractBinaryOutputStream.create
(OutputStream outputStream, ByteOrder byteOrder) -
Uses of AbstractBinaryOutputStream in org.apache.commons.imaging.formats.tiff.write
Methods in org.apache.commons.imaging.formats.tiff.write with parameters of type AbstractBinaryOutputStreamModifier and TypeMethodDescriptionprotected void
TiffOutputField.writeField
(AbstractBinaryOutputStream bos) protected void
AbstractTiffImageWriter.writeImageFileHeader
(AbstractBinaryOutputStream bos) protected void
AbstractTiffImageWriter.writeImageFileHeader
(AbstractBinaryOutputStream bos, long offsetToFirstIFD) void
TiffOutputDirectory.writeItem
(AbstractBinaryOutputStream bos)