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 TypeClassDescriptionclassProvides convenience methods for working with a (ReadableByteChannel,ByteBuffer) pair.classProvides convenience methods for working with a (WritableByteChannel,ByteBuffer) pair.classAdds the missing methods inChannelDataInputfor implementing theImageInputStreaminterface.classAdds the missing methods inChannelDataOutputfor implementing theDataOutputinterface.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.