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 TypeMethodDescriptionvoidBmpWriter.writePalette(BinaryOutputStream bos) voidBmpWriterPalette.writePalette(BinaryOutputStream bos) voidBmpWriterRgb.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) voidRleWriter.flush(BinaryOutputStream bos) (package private) voidRleWriter.write(BinaryOutputStream bos, byte[] samples) private voidPcxWriter.writePixels(BufferedImage src, int bitDepth, int planes, int bytesPerLine, SimplePalette palette, BinaryOutputStream bos) private voidPcxWriter.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 voidTiffOutputField.writeField(BinaryOutputStream bos) protected voidTiffImageWriterBase.writeImageFileHeader(BinaryOutputStream bos) protected voidTiffImageWriterBase.writeImageFileHeader(BinaryOutputStream bos, long offsetToFirstIFD) voidTiffOutputDirectory.writeItem(BinaryOutputStream bos) voidTiffOutputItem.Value.writeItem(BinaryOutputStream bos) abstract voidTiffOutputItem.writeItem(BinaryOutputStream bos) private voidTiffImageWriterLossy.writeStep(BinaryOutputStream bos, List<TiffOutputItem> outputItems)