Uses of Class
org.apache.sis.internal.storage.inflater.PixelChannel
Packages that use PixelChannel
Package
Description
Utility classes for the implementation of raster readers.
-
Uses of PixelChannel in org.apache.sis.internal.storage.inflater
Subclasses of PixelChannel in org.apache.sis.internal.storage.inflaterModifier and TypeClassDescription(package private) final classInflater for values encoded with the CCITT Group 3, 1-Dimensional Modified Huffman run length encoding.(package private) classInflater writing all decompressed values in a temporary buffer.(package private) classImplementation ofPredictor.HORIZONTAL.private static final classA horizontal predictor working on byte values.private static final classA horizontal predictor working on double-precision floating point values.private static final classA horizontal predictor working on single-precision floating point values.private static final classA horizontal predictor working on 32 bits integer values.private static final classA horizontal predictor working on short integer values.(package private) final classInflater for values encoded with the LZW compression.(package private) final classInflater for values encoded with the "PackBits" compression.(package private) classImplementation of aPredictorto be executed after decompression.(package private) final classInflater for values encoded with the "Deflate" compression.Methods in org.apache.sis.internal.storage.inflater with parameters of type PixelChannelModifier and TypeMethodDescription(package private) final ChannelDataInputCompressionChannel.createDataInput(PixelChannel channel, int scanlineStride) Creates the data input stream to use for getting uncompressed data.