Class ByteBufferImpl

  • All Implemented Interfaces:
    ByteBuffer

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