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 class
Inflater for values encoded with the CCITT Group 3, 1-Dimensional Modified Huffman run length encoding.(package private) class
Inflater writing all decompressed values in a temporary buffer.(package private) class
Implementation ofPredictor.HORIZONTAL
.private static final class
A horizontal predictor working on byte values.private static final class
A horizontal predictor working on double-precision floating point values.private static final class
A horizontal predictor working on single-precision floating point values.private static final class
A horizontal predictor working on 32 bits integer values.private static final class
A horizontal predictor working on short integer values.(package private) final class
Inflater for values encoded with the LZW compression.(package private) final class
Inflater for values encoded with the "PackBits" compression.(package private) class
Implementation of aPredictor
to be executed after decompression.(package private) final class
Inflater 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 ChannelDataInput
CompressionChannel.createDataInput
(PixelChannel channel, int scanlineStride) Creates the data input stream to use for getting uncompressed data.