Uses of Class
org.apache.sis.internal.storage.io.ChannelDataInput
Packages that use ChannelDataInput
Package
Description
Specialization of
org.apache.sis.internal.sql.feature for the PostGIS database.Utility classes for the implementation of SIS storage classes.
Utility classes for the implementation of raster readers.
Utility classes for the implementation of SIS storage classes.
-
Uses of ChannelDataInput in org.apache.sis.internal.sql.postgis
Methods in org.apache.sis.internal.sql.postgis that return ChannelDataInputModifier and TypeMethodDescriptionRasterReader.channel(InputStream input) Wraps the given input stream into a channel that can be used byread(…)methods in this class.Methods in org.apache.sis.internal.sql.postgis with parameters of type ChannelDataInputModifier and TypeMethodDescriptionRasterReader.readAsCoverage(ChannelDataInput input) Parses a raster from the given input stream and returns as a coverage.RasterReader.readAsImage(ChannelDataInput input) Parses a raster from the given input stream and returns as an image.RasterReader.readAsRaster(ChannelDataInput input) Parses a raster from the given input stream and returns a single tile. -
Uses of ChannelDataInput in org.apache.sis.internal.storage
Methods in org.apache.sis.internal.storage with parameters of type ChannelDataInputModifier and TypeMethodDescriptionfinal ChannelDataOutputWritableResourceSupport.channel(ChannelDataInput input) Returns the writable channel positioned at the beginning of the stream.final booleanWritableResourceSupport.replace(ChannelDataInput input) Returnstrueif the caller should add or replace the resource orfalseif it needs to update an existing resource. -
Uses of ChannelDataInput in org.apache.sis.internal.storage.inflater
Fields in org.apache.sis.internal.storage.inflater declared as ChannelDataInputModifier and TypeFieldDescriptionprotected final ChannelDataInputInflater.inputThe source of data to decompress.Methods in org.apache.sis.internal.storage.inflater with parameters of type ChannelDataInputModifier 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.Constructors in org.apache.sis.internal.storage.inflater with parameters of type ChannelDataInputModifierConstructorDescriptionprotectedInflater(ChannelDataInput input, int chunksPerRow, int samplesPerChunk, int[] skipAfterChunks, int pixelsPerElement, int maxChunkSize) Creates a new inflater instance. -
Uses of ChannelDataInput in org.apache.sis.internal.storage.io
Subclasses of ChannelDataInput in org.apache.sis.internal.storage.ioModifier and TypeClassDescriptionclassAdds the missing methods inChannelDataInputfor implementing theImageInputStreaminterface.Constructors in org.apache.sis.internal.storage.io with parameters of type ChannelDataInputModifierConstructorDescriptionCreates a new input stream from the givenChannelDataInput.HyperRectangleReader(byte dataType, ChannelDataInput input) Creates a new reader for the given input.