Package org.apache.mina.util.byteaccess
Interface ByteArrayFactory
-
- All Known Implementing Classes:
ByteArrayPool
,SimpleByteArrayFactory
public interface ByteArrayFactory
A factory forByteArray
s.- Author:
- Apache MINA Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ByteArray
create(int size)
Creates an instance ofByteArray
of size specified by the size parameter.
-