Class ImmediatePooledByteBuffer

  • All Implemented Interfaces:
    PooledByteBuffer, java.io.Closeable, java.lang.AutoCloseable

    public class ImmediatePooledByteBuffer
    extends java.lang.Object
    implements PooledByteBuffer
    Author:
    Stuart Douglas
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      java.nio.ByteBuffer getBuffer()  
      boolean isOpen()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImmediatePooledByteBuffer

        public ImmediatePooledByteBuffer​(java.nio.ByteBuffer buffer)
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Specified by:
        close in interface PooledByteBuffer