Package org.infinispan.commons.io
Class ByteBufferFactoryImpl
- java.lang.Object
-
- org.infinispan.commons.io.ByteBufferFactoryImpl
-
- All Implemented Interfaces:
ByteBufferFactory
public class ByteBufferFactoryImpl extends Object implements ByteBufferFactory
- Since:
- 6.0
- Author:
- Mircea Markus
-
-
Constructor Summary
Constructors Constructor Description ByteBufferFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBuffer
newByteBuffer(byte[] b)
ByteBuffer
newByteBuffer(byte[] b, int offset, int length)
-
-
-
Method Detail
-
newByteBuffer
public ByteBuffer newByteBuffer(byte[] b, int offset, int length)
- Specified by:
newByteBuffer
in interfaceByteBufferFactory
-
newByteBuffer
public ByteBuffer newByteBuffer(byte[] b)
- Specified by:
newByteBuffer
in interfaceByteBufferFactory
-
-