Uses of Interface
org.apache.mina.util.byteaccess.ByteArrayFactory
-
Packages that use ByteArrayFactory Package Description org.apache.mina.util.byteaccess -
-
Uses of ByteArrayFactory in org.apache.mina.util.byteaccess
Classes in org.apache.mina.util.byteaccess that implement ByteArrayFactory Modifier and Type Class Description class
ByteArrayPool
CreatesByteArray
s, using a pool to reduce allocation where possible.class
SimpleByteArrayFactory
CreatesByteArray
backed by a heap-allocatedIoBuffer
.Constructors in org.apache.mina.util.byteaccess with parameters of type ByteArrayFactory Constructor Description ChunkedExpander(ByteArrayFactory baf, int newComponentSize)
Creates a new ChunkedExpander instanceCompositeByteArray(ByteArrayFactory byteArrayFactory)
Creates a new instance of CompositeByteArray.
-