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