Uses of Class
org.apache.sis.internal.storage.io.ChannelData
Packages that use ChannelData
Package
Description
Utility classes for the implementation of SIS storage classes.
-
Uses of ChannelData in org.apache.sis.internal.storage.io
Subclasses of ChannelData in org.apache.sis.internal.storage.ioModifier and TypeClassDescriptionclass
Provides convenience methods for working with a (ReadableByteChannel
,ByteBuffer
) pair.class
Provides convenience methods for working with a (WritableByteChannel
,ByteBuffer
) pair.class
Adds the missing methods inChannelDataInput
for implementing theImageInputStream
interface.class
Adds the missing methods inChannelDataOutput
for implementing theDataOutput
interface.Constructors in org.apache.sis.internal.storage.io with parameters of type ChannelDataModifierConstructorDescription(package private)
ChannelData
(ChannelData old) Creates a new instance from the givenChannelData
.