final class com.sun.webkit.network.ByteBufferPool
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.webkit.network.ByteBufferPool
  super_class: java.lang.Object
{
  private final java.util.Queue<java.nio.ByteBuffer> byteBuffers;
    descriptor: Ljava/util/Queue;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Queue<Ljava/nio/ByteBuffer;>;

  private final int bufferSize;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.webkit.network.ByteBufferPool this
        start local 1 // int bufferSize
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
         2: .line 43
            new java.util.concurrent.ConcurrentLinkedQueue
            dup
            invokespecial java.util.concurrent.ConcurrentLinkedQueue.<init>:()V
            putfield com.sun.webkit.network.ByteBufferPool.byteBuffers:Ljava/util/Queue;
         3: .line 55
            aload 0 /* this */
            iload 1 /* bufferSize */
            putfield com.sun.webkit.network.ByteBufferPool.bufferSize:I
         4: .line 56
            return
        end local 1 // int bufferSize
        end local 0 // com.sun.webkit.network.ByteBufferPool this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/sun/webkit/network/ByteBufferPool;
            0    5     1  bufferSize  I
    MethodParameters:
            Name  Flags
      bufferSize  

  static com.sun.webkit.network.ByteBufferPool newInstance(int);
    descriptor: (I)Lcom/sun/webkit/network/ByteBufferPool;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int bufferSize
         0: .line 63
            new com.sun.webkit.network.ByteBufferPool
            dup
            iload 0 /* bufferSize */
            invokespecial com.sun.webkit.network.ByteBufferPool.<init>:(I)V
            areturn
        end local 0 // int bufferSize
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  bufferSize  I
    MethodParameters:
            Name  Flags
      bufferSize  

  com.sun.webkit.network.ByteBufferAllocator newAllocator(int);
    descriptor: (I)Lcom/sun/webkit/network/ByteBufferAllocator;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.webkit.network.ByteBufferPool this
        start local 1 // int maxBufferCount
         0: .line 74
            new com.sun.webkit.network.ByteBufferPool$ByteBufferAllocatorImpl
            dup
            aload 0 /* this */
            iload 1 /* maxBufferCount */
            invokespecial com.sun.webkit.network.ByteBufferPool$ByteBufferAllocatorImpl.<init>:(Lcom/sun/webkit/network/ByteBufferPool;I)V
            areturn
        end local 1 // int maxBufferCount
        end local 0 // com.sun.webkit.network.ByteBufferPool this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/sun/webkit/network/ByteBufferPool;
            0    1     1  maxBufferCount  I
    MethodParameters:
                Name  Flags
      maxBufferCount  
}
SourceFile: "ByteBufferPool.java"
NestMembers:
  com.sun.webkit.network.ByteBufferPool$ByteBufferAllocatorImpl
InnerClasses:
  private final ByteBufferAllocatorImpl = com.sun.webkit.network.ByteBufferPool$ByteBufferAllocatorImpl of com.sun.webkit.network.ByteBufferPool