Class ByteBufferImpl

  • All Implemented Interfaces:
    ByteBuffer

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

      • ByteBufferImpl

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