final class org.xnio.ByteBufferPool$OneCache implements org.xnio.ByteBufferPool$Cache
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.xnio.ByteBufferPool$OneCache
  super_class: java.lang.Object
{
  private final org.xnio.ByteBufferPool$Cache parent;
    descriptor: Lorg/xnio/ByteBufferPool$Cache;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.nio.ByteBuffer buffer;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.xnio.ByteBufferPool$Cache);
    descriptor: (Lorg/xnio/ByteBufferPool$Cache;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.ByteBufferPool$OneCache this
        start local 1 // org.xnio.ByteBufferPool$Cache parent
         0: .line 580
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 581
            aload 0 /* this */
            aload 1 /* parent */
            putfield org.xnio.ByteBufferPool$OneCache.parent:Lorg/xnio/ByteBufferPool$Cache;
         2: .line 582
            return
        end local 1 // org.xnio.ByteBufferPool$Cache parent
        end local 0 // org.xnio.ByteBufferPool$OneCache this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/xnio/ByteBufferPool$OneCache;
            0    3     1  parent  Lorg/xnio/ByteBufferPool$Cache;
    MethodParameters:
        Name  Flags
      parent  final

  public void free(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.ByteBufferPool$OneCache this
        start local 1 // java.nio.ByteBuffer bb
         0: .line 585
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$OneCache.buffer:Ljava/nio/ByteBuffer;
            ifnonnull 3
         1: .line 586
            aload 0 /* this */
            aload 1 /* bb */
            putfield org.xnio.ByteBufferPool$OneCache.buffer:Ljava/nio/ByteBuffer;
         2: .line 587
            goto 4
         3: .line 588
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$OneCache.parent:Lorg/xnio/ByteBufferPool$Cache;
            aload 1 /* bb */
            invokeinterface org.xnio.ByteBufferPool$Cache.free:(Ljava/nio/ByteBuffer;)V
         4: .line 590
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.nio.ByteBuffer bb
        end local 0 // org.xnio.ByteBufferPool$OneCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/xnio/ByteBufferPool$OneCache;
            0    5     1    bb  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      bb    final

  public void flushBuffer(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.ByteBufferPool$OneCache this
        start local 1 // java.nio.ByteBuffer bb
         0: .line 593
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$OneCache.parent:Lorg/xnio/ByteBufferPool$Cache;
            aload 1 /* bb */
            invokeinterface org.xnio.ByteBufferPool$Cache.flushBuffer:(Ljava/nio/ByteBuffer;)V
         1: .line 594
            return
        end local 1 // java.nio.ByteBuffer bb
        end local 0 // org.xnio.ByteBufferPool$OneCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/ByteBufferPool$OneCache;
            0    2     1    bb  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      bb    final

  public java.nio.ByteBuffer allocate();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.xnio.ByteBufferPool$OneCache this
         0: .line 597
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$OneCache.buffer:Ljava/nio/ByteBuffer;
            ifnull 7
         1: .line 598
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$OneCache.buffer:Ljava/nio/ByteBuffer;
            astore 2
         2: .line 600
            aload 0 /* this */
            aconst_null
            putfield org.xnio.ByteBufferPool$OneCache.buffer:Ljava/nio/ByteBuffer;
         3: .line 598
            aload 2
            areturn
         4: .line 599
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 600
            aload 0 /* this */
            aconst_null
            putfield org.xnio.ByteBufferPool$OneCache.buffer:Ljava/nio/ByteBuffer;
         6: .line 601
            aload 1
            athrow
         7: .line 602
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$OneCache.parent:Lorg/xnio/ByteBufferPool$Cache;
            invokeinterface org.xnio.ByteBufferPool$Cache.allocate:()Ljava/nio/ByteBuffer;
            areturn
        end local 0 // org.xnio.ByteBufferPool$OneCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/xnio/ByteBufferPool$OneCache;
      Exception table:
        from    to  target  type
           1     2       4  any

  public void destroy();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.xnio.ByteBufferPool$OneCache this
         0: .line 607
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$OneCache.buffer:Ljava/nio/ByteBuffer;
            astore 1 /* buffer */
        start local 1 // java.nio.ByteBuffer buffer
         1: .line 608
            aload 1 /* buffer */
            ifnull 4
         2: .line 609
            aload 0 /* this */
            aconst_null
            putfield org.xnio.ByteBufferPool$OneCache.buffer:Ljava/nio/ByteBuffer;
         3: .line 610
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$OneCache.parent:Lorg/xnio/ByteBufferPool$Cache;
            aload 1 /* buffer */
            invokeinterface org.xnio.ByteBufferPool$Cache.free:(Ljava/nio/ByteBuffer;)V
         4: .line 612
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            return
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.xnio.ByteBufferPool$OneCache this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/xnio/ByteBufferPool$OneCache;
            1    5     1  buffer  Ljava/nio/ByteBuffer;

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.xnio.ByteBufferPool$OneCache this
         0: .line 615
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$OneCache.buffer:Ljava/nio/ByteBuffer;
            astore 1 /* buffer */
        start local 1 // java.nio.ByteBuffer buffer
         1: .line 616
            aload 1 /* buffer */
            ifnull 4
         2: .line 617
            aload 0 /* this */
            aconst_null
            putfield org.xnio.ByteBufferPool$OneCache.buffer:Ljava/nio/ByteBuffer;
         3: .line 618
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual org.xnio.ByteBufferPool$OneCache.flushBuffer:(Ljava/nio/ByteBuffer;)V
         4: .line 620
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$OneCache.parent:Lorg/xnio/ByteBufferPool$Cache;
            invokeinterface org.xnio.ByteBufferPool$Cache.flush:()V
         5: .line 621
            return
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.xnio.ByteBufferPool$OneCache this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/xnio/ByteBufferPool$OneCache;
            1    6     1  buffer  Ljava/nio/ByteBuffer;
}
SourceFile: "ByteBufferPool.java"
NestHost: org.xnio.ByteBufferPool
InnerClasses:
  abstract Cache = org.xnio.ByteBufferPool$Cache of org.xnio.ByteBufferPool
  final OneCache = org.xnio.ByteBufferPool$OneCache of org.xnio.ByteBufferPool