Uses of Interface
org.apache.sis.internal.storage.io.Markable
Packages that use Markable
Package
Description
Utility classes for the implementation of SIS storage classes.
-
Uses of Markable in org.apache.sis.internal.storage.io
Classes in org.apache.sis.internal.storage.io that implement MarkableModifier and TypeClassDescriptionclass
Properties common toChannelDataInput
andChannelDataOutput
.class
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.final class
Wraps anImageInputStream
as a standardInputStream
.(package private) final class
Wraps aChannelDataOutput
as a standardOutputStream
.