Uses of Interface
org.apache.mina.util.byteaccess.ByteArrayFactory
Packages that use ByteArrayFactory
-
Uses of ByteArrayFactory in org.apache.mina.util.byteaccess
Classes in org.apache.mina.util.byteaccess that implement ByteArrayFactoryModifier and TypeClassDescriptionclassCreatesByteArrays, using a pool to reduce allocation where possible.classCreatesByteArraybacked by a heap-allocatedIoBuffer.Fields in org.apache.mina.util.byteaccess declared as ByteArrayFactoryModifier and TypeFieldDescriptionprivate final ByteArrayFactoryCompositeByteArrayRelativeWriter.ChunkedExpander.bafprivate final ByteArrayFactoryCompositeByteArray.byteArrayFactoryMay be used ingetSingleIoBuffer.Constructors in org.apache.mina.util.byteaccess with parameters of type ByteArrayFactoryModifierConstructorDescriptionChunkedExpander(ByteArrayFactory baf, int newComponentSize) Creates a new ChunkedExpander instanceCompositeByteArray(ByteArrayFactory byteArrayFactory) Creates a new instance of CompositeByteArray.