Uses of Interface
org.apache.mina.util.byteaccess.IoRelativeReader
-
Packages that use IoRelativeReader Package Description org.apache.mina.util.byteaccess -
-
Uses of IoRelativeReader in org.apache.mina.util.byteaccess
Subinterfaces of IoRelativeReader in org.apache.mina.util.byteaccess Modifier and Type Interface Description static interface
ByteArray.Cursor
Provides relocatable, relative access to the underlying array.Classes in org.apache.mina.util.byteaccess that implement IoRelativeReader Modifier and Type Class Description class
CompositeByteArrayRelativeReader
Provides restricted, relative, read-only access to the bytes in aCompositeByteArray
.
-