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