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 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.Fields in org.apache.sis.internal.storage.io declared as ChannelDataInput.ArrayReaderModifier and TypeFieldDescriptionprivate final ChannelDataInput.ArrayReaderMemoryDataTransfer.readerThe actualDataTransferimplementation.