Uses of Class
org.apache.sis.internal.storage.inflater.CopyFromBytes
Packages that use CopyFromBytes
Package
Description
Utility classes for the implementation of raster readers.
-
Uses of CopyFromBytes in org.apache.sis.internal.storage.inflater
Subclasses of CopyFromBytes in org.apache.sis.internal.storage.inflaterModifier and TypeClassDescriptionprivate 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 CopyFromBytesModifier and TypeMethodDescription(package private) static CopyFromBytes
CopyFromBytes.create
(ChannelDataInput input, DataType dataType, int chunksPerRow, int samplesPerChunk, int[] skipAfterChunks, int pixelsPerElement) Creates a new instance.