Uses of Class
org.apache.sis.internal.storage.inflater.Inflater
Packages that use Inflater
Package
Description
Utility classes for the implementation of raster readers.
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
-
Uses of Inflater in org.apache.sis.internal.storage.inflater
Subclasses of Inflater in org.apache.sis.internal.storage.inflaterModifier and TypeClassDescription(package private) class
A pseudo-inflater which copies values from a buffer of bytes to the destination image buffer.private static final class
Inflater for sample values stored as bytes.private static final class
Inflater for sample values stored as double-precision floating point numbers.private static final class
Inflater for sample values stored as single-precision floating point numbers.private static final class
Inflater for sample values stored as 32 bits integers.private static final class
Inflater for sample values stored as short integers.Methods in org.apache.sis.internal.storage.inflater that return InflaterModifier and TypeMethodDescriptionstatic Inflater
Inflater.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. -
Uses of Inflater in org.apache.sis.storage.geotiff
Fields in org.apache.sis.storage.geotiff declared as Inflater