Uses of Class
org.apache.sis.storage.UnsupportedEncodingException
Packages that use UnsupportedEncodingException
Package
Description
Utility classes for the implementation of raster readers.
-
Uses of UnsupportedEncodingException in org.apache.sis.internal.storage.inflater
Methods in org.apache.sis.internal.storage.inflater that return UnsupportedEncodingExceptionModifier and TypeMethodDescriptionprivate static UnsupportedEncodingExceptionInflater.unsupportedEncoding(StoreListeners listeners, short key, Enum<?> value) Returns the exception to throw for an unsupported compression or predictor.Methods in org.apache.sis.internal.storage.inflater that throw UnsupportedEncodingExceptionModifier and TypeMethodDescription(package private) static CopyFromBytesCopyFromBytes.create(ChannelDataInput input, DataType dataType, int chunksPerRow, int samplesPerChunk, int[] skipAfterChunks, int pixelsPerElement) Creates a new instance.static 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.