Package org.infinispan.commons.io
Interface ByteBufferFactory
- All Known Implementing Classes:
ByteBufferFactoryImpl
public interface ByteBufferFactory
Used for building instances of
ByteBuffer
.- Since:
- 6.0
- Author:
- Mircea Markus
-
Method Summary
Modifier and TypeMethodDescriptionnewByteBuffer
(byte[] b) newByteBuffer
(byte[] b, int offset, int length)
-
Method Details
-
newByteBuffer
-
newByteBuffer
-