Uses of Interface
org.apache.mina.util.byteaccess.IoRelativeWriter
-
Packages that use IoRelativeWriter Package Description org.apache.mina.util.byteaccess -
-
Uses of IoRelativeWriter in org.apache.mina.util.byteaccess
Subinterfaces of IoRelativeWriter 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 IoRelativeWriter Modifier and Type Class Description class
CompositeByteArrayRelativeWriter
Provides restricted, relative, write-only access to the bytes in aCompositeByteArray
.
-