class com.google.protobuf.BufferAllocator$1 extends com.google.protobuf.BufferAllocator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.protobuf.BufferAllocator$1
  super_class: com.google.protobuf.BufferAllocator
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.BufferAllocator$1 this
         0: .line 42
            aload 0 /* this */
            invokespecial com.google.protobuf.BufferAllocator.<init>:()V
            return
        end local 0 // com.google.protobuf.BufferAllocator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/BufferAllocator$1;

  public com.google.protobuf.AllocatedBuffer allocateHeapBuffer(int);
    descriptor: (I)Lcom/google/protobuf/AllocatedBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.google.protobuf.BufferAllocator$1 this
        start local 1 // int capacity
         0: .line 45
            iload 1 /* capacity */
            newarray 8
            invokestatic com.google.protobuf.AllocatedBuffer.wrap:([B)Lcom/google/protobuf/AllocatedBuffer;
            areturn
        end local 1 // int capacity
        end local 0 // com.google.protobuf.BufferAllocator$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/google/protobuf/BufferAllocator$1;
            0    1     1  capacity  I
    MethodParameters:
          Name  Flags
      capacity  

  public com.google.protobuf.AllocatedBuffer allocateDirectBuffer(int);
    descriptor: (I)Lcom/google/protobuf/AllocatedBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.google.protobuf.BufferAllocator$1 this
        start local 1 // int capacity
         0: .line 50
            iload 1 /* capacity */
            invokestatic java.nio.ByteBuffer.allocateDirect:(I)Ljava/nio/ByteBuffer;
            invokestatic com.google.protobuf.AllocatedBuffer.wrap:(Ljava/nio/ByteBuffer;)Lcom/google/protobuf/AllocatedBuffer;
            areturn
        end local 1 // int capacity
        end local 0 // com.google.protobuf.BufferAllocator$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/google/protobuf/BufferAllocator$1;
            0    1     1  capacity  I
    MethodParameters:
          Name  Flags
      capacity  
}
SourceFile: "BufferAllocator.java"
EnclosingMethod: com.google.protobuf.BufferAllocator
NestHost: com.google.protobuf.BufferAllocator
InnerClasses:
  com.google.protobuf.BufferAllocator$1