Class ByteBufferManager.SmallByteBufferWrapper

    • Method Detail

      • dispose

        public void dispose()
        Description copied from interface: Buffer
        Notify the allocator that the space for this Buffer is no longer needed. All calls to methods on a Buffer will fail after a call to dispose().
        Specified by:
        dispose in interface Buffer
        Overrides:
        dispose in class ByteBufferWrapper
      • recycle

        public void recycle()
        Specified by:
        recycle in interface Cacheable