Package org.apache.mina.util.byteaccess
Interface ByteArrayFactory
- All Known Implementing Classes:
ByteArrayPool,SimpleByteArrayFactory
public interface ByteArrayFactory
A factory for
ByteArrays.-
Method Summary
-
Method Details
-
create
Creates an instance ofByteArrayof size specified by the size parameter.- Parameters:
size- The size of the ByteArray- Returns:
- The ByteArray
-