Uses of Interface
org.apache.sis.internal.storage.io.DataTransfer
Packages that use DataTransfer
Package
Description
Utility classes for the implementation of SIS storage classes.
-
Uses of DataTransfer in org.apache.sis.internal.storage.io
Classes in org.apache.sis.internal.storage.io that implement DataTransferModifier and TypeClassDescription(package private) class
Helper class for thereadFully(…)
methods, in order to avoid duplicating almost identical code many times.(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.(package private) final class
ADataTransfer
with all data in the given buffer, without channel.Fields in org.apache.sis.internal.storage.io declared as DataTransferModifier and TypeFieldDescriptionprivate final DataTransfer
HyperRectangleReader.reader
The channel from which to read the values, together with a buffer for transferring data.Methods in org.apache.sis.internal.storage.io that return DataTransferModifier and TypeMethodDescription(package private) DataTransfer
MemoryDataTransfer.reader()
Returns the most efficientDataTransfer
instance to use.