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) classHelper class for thereadFully(…)methods, in order to avoid duplicating almost identical code many times.(package private) final classReads bytes from the enclosing stream and stores them into the given destination array.(package private) final classReads characters from the enclosing stream and stores them into the given destination array.(package private) final classReads double values from the enclosing stream and stores them into the given destination array.(package private) final classReads float values from the enclosing stream and stores them into the given destination array.(package private) final classReads integers from the enclosing stream and stores them into the given destination array.(package private) final classReads long integers from the enclosing stream and stores them into the given destination array.(package private) final classReads short integers from the enclosing stream and stores them into the given destination array.(package private) final classADataTransferwith all data in the given buffer, without channel.Fields in org.apache.sis.internal.storage.io declared as DataTransferModifier and TypeFieldDescriptionprivate final DataTransferHyperRectangleReader.readerThe 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) DataTransferMemoryDataTransfer.reader()Returns the most efficientDataTransferinstance to use.