Package org.infinispan.commons.io
Class ByteBufferFactoryImpl
java.lang.Object
org.infinispan.commons.io.ByteBufferFactoryImpl
- All Implemented Interfaces:
ByteBufferFactory
- Since:
- 6.0
- Author:
- Mircea Markus
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnewByteBuffer
(byte[] b) newByteBuffer
(byte[] b, int offset, int length)
-
Constructor Details
-
ByteBufferFactoryImpl
public ByteBufferFactoryImpl()
-
-
Method Details
-
newByteBuffer
- Specified by:
newByteBuffer
in interfaceByteBufferFactory
-
newByteBuffer
- Specified by:
newByteBuffer
in interfaceByteBufferFactory
-