abstract class com.google.protobuf.BufferAllocator
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.google.protobuf.BufferAllocator
  super_class: java.lang.Object
{
  private static final com.google.protobuf.BufferAllocator UNPOOLED;
    descriptor: Lcom/google/protobuf/BufferAllocator;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 42
            new com.google.protobuf.BufferAllocator$1
            dup
            invokespecial com.google.protobuf.BufferAllocator$1.<init>:()V
         1: .line 41
            putstatic com.google.protobuf.BufferAllocator.UNPOOLED:Lcom/google/protobuf/BufferAllocator;
         2: .line 52
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.BufferAllocator this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.protobuf.BufferAllocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/BufferAllocator;

  public static com.google.protobuf.BufferAllocator unpooled();
    descriptor: ()Lcom/google/protobuf/BufferAllocator;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 56
            getstatic com.google.protobuf.BufferAllocator.UNPOOLED:Lcom/google/protobuf/BufferAllocator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract com.google.protobuf.AllocatedBuffer allocateHeapBuffer(int);
    descriptor: (I)Lcom/google/protobuf/AllocatedBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      capacity  

  public abstract com.google.protobuf.AllocatedBuffer allocateDirectBuffer(int);
    descriptor: (I)Lcom/google/protobuf/AllocatedBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      capacity  
}
SourceFile: "BufferAllocator.java"
NestMembers:
  com.google.protobuf.BufferAllocator$1
InnerClasses:
  com.google.protobuf.BufferAllocator$1