class org.xnio.Buffers$5 implements org.xnio.Pooled<java.nio.ByteBuffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.Buffers$5
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.Buffers$5 this
         0: .line 2010
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.xnio.Buffers$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/Buffers$5;

  public void discard();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.xnio.Buffers$5 this
         0: .line 2012
            return
        end local 0 // org.xnio.Buffers$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/Buffers$5;

  public void free();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.xnio.Buffers$5 this
         0: .line 2015
            return
        end local 0 // org.xnio.Buffers$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/Buffers$5;

  public java.nio.ByteBuffer getResource();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.Buffers$5 this
         0: .line 2018
            getstatic org.xnio.Buffers.EMPTY_BYTE_BUFFER:Ljava/nio/ByteBuffer;
            areturn
        end local 0 // org.xnio.Buffers$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/Buffers$5;
    Exceptions:
      throws java.lang.IllegalStateException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.xnio.Buffers$5 this
         0: .line 2022
            return
        end local 0 // org.xnio.Buffers$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/Buffers$5;

  public java.lang.Object getResource();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.xnio.Buffers$5.getResource:()Ljava/nio/ByteBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.IllegalStateException
}
Signature: Ljava/lang/Object;Lorg/xnio/Pooled<Ljava/nio/ByteBuffer;>;
SourceFile: "Buffers.java"
EnclosingMethod: org.xnio.Buffers.emptyPooledByteBuffer:()Lorg/xnio/Pooled;
NestHost: org.xnio.Buffers
InnerClasses:
  org.xnio.Buffers$5