Uses of Class
org.apache.sis.internal.storage.io.ChannelDataInput.ArrayReader
Packages that use ChannelDataInput.ArrayReader
Package
Description
Utility classes for the implementation of SIS storage classes.
-
Uses of ChannelDataInput.ArrayReader in org.apache.sis.internal.storage.io
Subclasses of ChannelDataInput.ArrayReader in org.apache.sis.internal.storage.ioModifier and TypeClassDescription(package private) final class
Reads bytes from the enclosing stream and stores them into the given destination array.(package private) final class
Reads characters from the enclosing stream and stores them into the given destination array.(package private) final class
Reads double values from the enclosing stream and stores them into the given destination array.(package private) final class
Reads float values from the enclosing stream and stores them into the given destination array.(package private) final class
Reads integers from the enclosing stream and stores them into the given destination array.(package private) final class
Reads long integers from the enclosing stream and stores them into the given destination array.(package private) final class
Reads short integers from the enclosing stream and stores them into the given destination array.Fields in org.apache.sis.internal.storage.io declared as ChannelDataInput.ArrayReaderModifier and TypeFieldDescriptionprivate final ChannelDataInput.ArrayReader
MemoryDataTransfer.reader
The actualDataTransfer
implementation.