Interface ByteBufferFactory

  • All Known Implementing Classes:
    ByteBufferFactoryImpl

    public interface ByteBufferFactory
    Used for building instances of ByteBuffer.
    Since:
    6.0
    Author:
    Mircea Markus
    • Method Detail

      • newByteBuffer

        ByteBuffer newByteBuffer​(byte[] b,
                                 int offset,
                                 int length)
      • newByteBuffer

        ByteBuffer newByteBuffer​(byte[] b)