Uses of Class
org.apache.commons.imaging.common.AbstractBinaryOutputStream
-
Packages that use AbstractBinaryOutputStream Package Description org.apache.commons.imaging.common Provides utility classes that are employed across multiple image formats and sub-packages.org.apache.commons.imaging.formats.bmp The BMP image format.org.apache.commons.imaging.formats.pcx The PCX image format.org.apache.commons.imaging.formats.tiff.write TIFF writers. -
-
Uses of AbstractBinaryOutputStream in org.apache.commons.imaging.common
Subclasses of AbstractBinaryOutputStream in org.apache.commons.imaging.common Modifier and Type Class Description (package private) classBigEndianBinaryOutputStream(package private) classLittleEndianBinaryOutputStreamMethods in org.apache.commons.imaging.common that return AbstractBinaryOutputStream Modifier and Type Method Description static AbstractBinaryOutputStreamAbstractBinaryOutputStream. create(java.io.OutputStream outputStream, java.nio.ByteOrder byteOrder) -
Uses of AbstractBinaryOutputStream in org.apache.commons.imaging.formats.bmp
Methods in org.apache.commons.imaging.formats.bmp with parameters of type AbstractBinaryOutputStream Modifier and Type Method Description voidBmpWriter. 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 AbstractBinaryOutputStream Modifier and Type Method Description (package private) voidRleWriter. flush(AbstractBinaryOutputStream bos)(package private) voidRleWriter. write(AbstractBinaryOutputStream bos, byte[] samples)private voidPcxWriter. writePixels(java.awt.image.BufferedImage src, int bitDepth, int planes, int bytesPerLine, SimplePalette palette, AbstractBinaryOutputStream bos)private voidPcxWriter. writePixels32(java.awt.image.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 AbstractBinaryOutputStream Modifier and Type Method Description protected 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, java.util.List<AbstractTiffOutputItem> outputItems)
-