Uses of Class
org.apache.sis.internal.storage.inflater.CompressionChannel
Packages that use CompressionChannel
Package
Description
Utility classes for the implementation of raster readers.
-
Uses of CompressionChannel in org.apache.sis.internal.storage.inflater
Subclasses of CompressionChannel 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) final class
Inflater for values encoded with the LZW compression.(package private) final class
Inflater for values encoded with the "PackBits" compression.(package private) final class
Inflater for values encoded with the "Deflate" compression.Fields in org.apache.sis.internal.storage.inflater declared as CompressionChannelModifier and TypeFieldDescriptionprivate final CompressionChannel
PredictorChannel.input
The channel from which to read data.Methods in org.apache.sis.internal.storage.inflater with parameters of type CompressionChannelModifier and TypeMethodDescription(package private) static HorizontalPredictor
HorizontalPredictor.create
(CompressionChannel input, DataType dataType, int pixelStride, int width) Creates a new predictor.Constructors in org.apache.sis.internal.storage.inflater with parameters of type CompressionChannelModifierConstructorDescription(package private)
Bytes
(CompressionChannel input, int samplesPerPixel, int width) Creates a new predictor.(package private)
Doubles
(CompressionChannel input, int samplesPerPixel, int width) Creates a new predictor.(package private)
Floats
(CompressionChannel input, int samplesPerPixel, int width) Creates a new predictor.(package private)
HorizontalPredictor
(CompressionChannel input, int samplesPerPixel, int width, int sampleSize) Creates a new predictor which will read uncompressed data from the given channel.(package private)
Integers
(CompressionChannel input, int samplesPerPixel, int width) Creates a new predictor.protected
Creates a predictor.(package private)
Shorts
(CompressionChannel input, int samplesPerPixel, int width) Creates a new predictor.