class com.google.protobuf.ByteString$2 extends com.google.protobuf.ByteString$AbstractByteIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.protobuf.ByteString$2
  super_class: com.google.protobuf.ByteString$AbstractByteIterator
{
  private int position;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  final com.google.protobuf.ByteString this$0;
    descriptor: Lcom/google/protobuf/ByteString;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.protobuf.ByteString);
    descriptor: (Lcom/google/protobuf/ByteString;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.ByteString$2 this
         0: .line 166
            aload 0 /* this */
            aload 1
            putfield com.google.protobuf.ByteString$2.this$0:Lcom/google/protobuf/ByteString;
            aload 0 /* this */
            invokespecial com.google.protobuf.ByteString$AbstractByteIterator.<init>:()V
         1: .line 167
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.ByteString$2.position:I
         2: .line 168
            aload 0 /* this */
            aload 1
            invokevirtual com.google.protobuf.ByteString.size:()I
            putfield com.google.protobuf.ByteString$2.limit:I
         3: .line 166
            return
        end local 0 // com.google.protobuf.ByteString$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/ByteString$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.ByteString$2 this
         0: .line 172
            aload 0 /* this */
            getfield com.google.protobuf.ByteString$2.position:I
            aload 0 /* this */
            getfield com.google.protobuf.ByteString$2.limit:I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.google.protobuf.ByteString$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/ByteString$2;

  public byte nextByte();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.protobuf.ByteString$2 this
         0: .line 177
            aload 0 /* this */
            getfield com.google.protobuf.ByteString$2.position:I
            istore 1 /* currentPos */
        start local 1 // int currentPos
         1: .line 178
            iload 1 /* currentPos */
            aload 0 /* this */
            getfield com.google.protobuf.ByteString$2.limit:I
            if_icmplt 3
         2: .line 179
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         3: .line 181
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* currentPos */
            iconst_1
            iadd
            putfield com.google.protobuf.ByteString$2.position:I
         4: .line 182
            aload 0 /* this */
            getfield com.google.protobuf.ByteString$2.this$0:Lcom/google/protobuf/ByteString;
            iload 1 /* currentPos */
            invokevirtual com.google.protobuf.ByteString.internalByteAt:(I)B
            ireturn
        end local 1 // int currentPos
        end local 0 // com.google.protobuf.ByteString$2 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/google/protobuf/ByteString$2;
            1    5     1  currentPos  I
}
SourceFile: "ByteString.java"
EnclosingMethod: com.google.protobuf.ByteString.iterator:()Lcom/google/protobuf/ByteString$ByteIterator;
NestHost: com.google.protobuf.ByteString
InnerClasses:
  com.google.protobuf.ByteString$2
  abstract AbstractByteIterator = com.google.protobuf.ByteString$AbstractByteIterator of com.google.protobuf.ByteString
  public abstract ByteIterator = com.google.protobuf.ByteString$ByteIterator of com.google.protobuf.ByteString