Uses of Interface
org.apache.mina.util.byteaccess.IoAbsoluteWriter
-
Packages that use IoAbsoluteWriter Package Description org.apache.mina.util.byteaccess -
-
Uses of IoAbsoluteWriter in org.apache.mina.util.byteaccess
Subinterfaces of IoAbsoluteWriter in org.apache.mina.util.byteaccess Modifier and Type Interface Description interfaceByteArrayRepresents a sequence of bytes that can be read or written directly or through a cursor.Classes in org.apache.mina.util.byteaccess that implement IoAbsoluteWriter Modifier and Type Class Description (package private) classAbstractByteArrayAbstract class that implementsByteArray.classBufferByteArrayAByteArraybacked by aIoBuffer.classCompositeByteArrayA ByteArray composed of other ByteArrays.
-