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