class com.google.protobuf.AllocatedBuffer$1 extends com.google.protobuf.AllocatedBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.protobuf.AllocatedBuffer$1
  super_class: com.google.protobuf.AllocatedBuffer
{
  private final java.nio.ByteBuffer val$buffer;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.AllocatedBuffer$1 this
         0: .line 156
            aload 0 /* this */
            aload 1
            putfield com.google.protobuf.AllocatedBuffer$1.val$buffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            invokespecial com.google.protobuf.AllocatedBuffer.<init>:()V
            return
        end local 0 // com.google.protobuf.AllocatedBuffer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/AllocatedBuffer$1;
    MethodParameters:
            Name  Flags
      val$buffer  final

  public boolean hasNioBuffer();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.AllocatedBuffer$1 this
         0: .line 160
            iconst_1
            ireturn
        end local 0 // com.google.protobuf.AllocatedBuffer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/AllocatedBuffer$1;

  public java.nio.ByteBuffer nioBuffer();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.AllocatedBuffer$1 this
         0: .line 165
            aload 0 /* this */
            getfield com.google.protobuf.AllocatedBuffer$1.val$buffer:Ljava/nio/ByteBuffer;
            areturn
        end local 0 // com.google.protobuf.AllocatedBuffer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/AllocatedBuffer$1;

  public boolean hasArray();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.AllocatedBuffer$1 this
         0: .line 170
            aload 0 /* this */
            getfield com.google.protobuf.AllocatedBuffer$1.val$buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.hasArray:()Z
            ireturn
        end local 0 // com.google.protobuf.AllocatedBuffer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/AllocatedBuffer$1;

  public byte[] array();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.AllocatedBuffer$1 this
         0: .line 175
            aload 0 /* this */
            getfield com.google.protobuf.AllocatedBuffer$1.val$buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            areturn
        end local 0 // com.google.protobuf.AllocatedBuffer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/AllocatedBuffer$1;

  public int arrayOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.AllocatedBuffer$1 this
         0: .line 180
            aload 0 /* this */
            getfield com.google.protobuf.AllocatedBuffer$1.val$buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            ireturn
        end local 0 // com.google.protobuf.AllocatedBuffer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/AllocatedBuffer$1;

  public int position();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.AllocatedBuffer$1 this
         0: .line 185
            aload 0 /* this */
            getfield com.google.protobuf.AllocatedBuffer$1.val$buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            ireturn
        end local 0 // com.google.protobuf.AllocatedBuffer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/AllocatedBuffer$1;

  public com.google.protobuf.AllocatedBuffer position(int);
    descriptor: (I)Lcom/google/protobuf/AllocatedBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.AllocatedBuffer$1 this
        start local 1 // int position
         0: .line 190
            aload 0 /* this */
            getfield com.google.protobuf.AllocatedBuffer$1.val$buffer:Ljava/nio/ByteBuffer;
            iload 1 /* position */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         1: .line 191
            aload 0 /* this */
            areturn
        end local 1 // int position
        end local 0 // com.google.protobuf.AllocatedBuffer$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/google/protobuf/AllocatedBuffer$1;
            0    2     1  position  I
    MethodParameters:
          Name  Flags
      position  

  public int limit();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.AllocatedBuffer$1 this
         0: .line 196
            aload 0 /* this */
            getfield com.google.protobuf.AllocatedBuffer$1.val$buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            ireturn
        end local 0 // com.google.protobuf.AllocatedBuffer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/AllocatedBuffer$1;

  public int remaining();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.AllocatedBuffer$1 this
         0: .line 201
            aload 0 /* this */
            getfield com.google.protobuf.AllocatedBuffer$1.val$buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            ireturn
        end local 0 // com.google.protobuf.AllocatedBuffer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/AllocatedBuffer$1;
}
SourceFile: "AllocatedBuffer.java"
EnclosingMethod: com.google.protobuf.AllocatedBuffer.wrap:(Ljava/nio/ByteBuffer;)Lcom/google/protobuf/AllocatedBuffer;
NestHost: com.google.protobuf.AllocatedBuffer
InnerClasses:
  com.google.protobuf.AllocatedBuffer$1