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 0: aload 0
aload 1
putfield com.google.protobuf.ByteString$2.this$0:Lcom/google/protobuf/ByteString;
aload 0
invokespecial com.google.protobuf.ByteString$AbstractByteIterator.<init>:()V
1: aload 0
iconst_0
putfield com.google.protobuf.ByteString$2.position:I
2: aload 0
aload 1
invokevirtual com.google.protobuf.ByteString.size:()I
putfield com.google.protobuf.ByteString$2.limit:I
3: return
end local 0 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 0: aload 0
getfield com.google.protobuf.ByteString$2.position:I
aload 0
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 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 0: aload 0
getfield com.google.protobuf.ByteString$2.position:I
istore 1
start local 1 1: iload 1
aload 0
getfield com.google.protobuf.ByteString$2.limit:I
if_icmplt 3
2: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
3: StackMap locals: int
StackMap stack:
aload 0
iload 1
iconst_1
iadd
putfield com.google.protobuf.ByteString$2.position:I
4: aload 0
getfield com.google.protobuf.ByteString$2.this$0:Lcom/google/protobuf/ByteString;
iload 1
invokevirtual com.google.protobuf.ByteString.internalByteAt:(I)B
ireturn
end local 1 end local 0 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