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.
The BMP image format.
The PCX image format.
TIFF writers.
-
Uses of AbstractBinaryOutputStream in org.apache.commons.imaging.common
Subclasses of AbstractBinaryOutputStream in org.apache.commons.imaging.commonModifier and TypeClassDescription(package private) final class(package private) final classMethods in org.apache.commons.imaging.common that return AbstractBinaryOutputStreamModifier and TypeMethodDescriptionstatic AbstractBinaryOutputStreamAbstractBinaryOutputStream.create(OutputStream outputStream, ByteOrder byteOrder) -
Uses of AbstractBinaryOutputStream in org.apache.commons.imaging.formats.bmp
Methods in org.apache.commons.imaging.formats.bmp with parameters of type AbstractBinaryOutputStreamModifier and TypeMethodDescriptionvoidBmpWriter.writePalette(AbstractBinaryOutputStream bos) voidBmpWriterPalette.writePalette(AbstractBinaryOutputStream bos) voidBmpWriterRgb.writePalette(AbstractBinaryOutputStream bos) -
Uses of AbstractBinaryOutputStream in org.apache.commons.imaging.formats.pcx
Methods in org.apache.commons.imaging.formats.pcx with parameters of type AbstractBinaryOutputStreamModifier and TypeMethodDescription(package private) voidRleWriter.flush(AbstractBinaryOutputStream bos) (package private) voidRleWriter.write(AbstractBinaryOutputStream bos, byte[] samples) private voidPcxWriter.writePixels(BufferedImage src, int bitDepth, int planes, int bytesPerLine, SimplePalette palette, AbstractBinaryOutputStream bos) private voidPcxWriter.writePixels32(BufferedImage src, int bytesPerLine, AbstractBinaryOutputStream bos) -
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 voidTiffOutputField.writeField(AbstractBinaryOutputStream bos) protected voidAbstractTiffImageWriter.writeImageFileHeader(AbstractBinaryOutputStream bos) protected voidAbstractTiffImageWriter.writeImageFileHeader(AbstractBinaryOutputStream bos, long offsetToFirstIFD) voidAbstractTiffOutputItem.Value.writeItem(AbstractBinaryOutputStream bos) abstract voidAbstractTiffOutputItem.writeItem(AbstractBinaryOutputStream bos) voidTiffOutputDirectory.writeItem(AbstractBinaryOutputStream bos) private voidTiffImageWriterLossy.writeStep(AbstractBinaryOutputStream bos, List<AbstractTiffOutputItem> outputItems)