Uses of Class
org.apache.commons.imaging.common.BinaryOutputStream
Packages that use BinaryOutputStream
Package
Description
The BMP image format.
The PCX image format.
TIFF writers.
-
Uses of BinaryOutputStream in org.apache.commons.imaging.formats.bmp
Methods in org.apache.commons.imaging.formats.bmp with parameters of type BinaryOutputStreamModifier and TypeMethodDescriptionvoid
BmpWriter.writePalette
(BinaryOutputStream bos) void
BmpWriterPalette.writePalette
(BinaryOutputStream bos) void
BmpWriterRgb.writePalette
(BinaryOutputStream bos) -
Uses of BinaryOutputStream in org.apache.commons.imaging.formats.pcx
Methods in org.apache.commons.imaging.formats.pcx with parameters of type BinaryOutputStreamModifier and TypeMethodDescription(package private) void
RleWriter.flush
(BinaryOutputStream bos) (package private) void
RleWriter.write
(BinaryOutputStream bos, byte[] samples) private void
PcxWriter.writePixels
(BufferedImage src, int bitDepth, int planes, int bytesPerLine, SimplePalette palette, BinaryOutputStream bos) private void
PcxWriter.writePixels32
(BufferedImage src, int bytesPerLine, BinaryOutputStream bos) -
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
TiffImageWriterBase.writeImageFileHeader
(BinaryOutputStream bos) protected void
TiffImageWriterBase.writeImageFileHeader
(BinaryOutputStream bos, long offsetToFirstIFD) void
TiffOutputDirectory.writeItem
(BinaryOutputStream bos) void
TiffOutputItem.Value.writeItem
(BinaryOutputStream bos) abstract void
TiffOutputItem.writeItem
(BinaryOutputStream bos) private void
TiffImageWriterLossy.writeStep
(BinaryOutputStream bos, List<TiffOutputItem> outputItems)