Class ByteBufferImpl

  • All Implemented Interfaces:
    ByteBuffer
    Direct Known Subclasses:
    ByteBufferImpl

    public class ByteBufferImpl
    extends Object
    implements ByteBuffer
    A byte buffer that exposes the internal byte array with minimal copying
    Since:
    4.0
    Author:
    (various)
    • Constructor Detail

      • ByteBufferImpl

        public ByteBufferImpl​(byte[] buf)
      • ByteBufferImpl

        public ByteBufferImpl​(byte[] buf,
                              int offset,
                              int length)