Class ByteBuffersDataOutput.ByteBufferRecycler

  • Enclosing class:
    ByteBuffersDataOutput

    public static final class ByteBuffersDataOutput.ByteBufferRecycler
    extends Object
    An implementation of a ByteBuffer allocation and recycling policy. The blocks are recycled if exactly the same size is requested, otherwise they're released to be GCed.