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