Uses of Class
org.apache.sis.internal.storage.inflater.Inflater
Packages that use Inflater
Package
Description
Utility classes for the implementation of raster readers.
-
Uses of Inflater in org.apache.sis.internal.storage.inflater
Methods in org.apache.sis.internal.storage.inflater that return InflaterModifier and TypeMethodDescriptionstatic InflaterInflater.create(StoreListeners listeners, ChannelDataInput input, Compression compression, Predictor predictor, int sourcePixelStride, int sourceWidth, int chunksPerRow, int samplesPerChunk, int[] skipAfterChunks, int pixelsPerElement, DataType dataType) Creates a new instance for the given compression.