Interface PooledDataBuffer

    • Method Detail

      • isAllocated

        boolean isAllocated()
        Return true if this buffer is allocated; false if it has been deallocated.
        Since:
        5.1
      • release

        boolean release()
        Decrease the reference count for this buffer by one, and deallocate it once the count reaches zero.
        Returns:
        true if the buffer was deallocated; false otherwise