final class com.google.protobuf.RopeByteString extends com.google.protobuf.ByteString
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.protobuf.RopeByteString
super_class: com.google.protobuf.ByteString
{
static final int[] minLengthByDepth;
descriptor: [I
flags: (0x0018) ACC_STATIC, ACC_FINAL
private final int totalLength;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.google.protobuf.ByteString left;
descriptor: Lcom/google/protobuf/ByteString;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.google.protobuf.ByteString right;
descriptor: Lcom/google/protobuf/ByteString;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int leftLength;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int treeDepth;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: bipush 47
newarray 10
dup
iconst_0
1: iconst_1
iastore
dup
iconst_1
2: iconst_1
iastore
dup
iconst_2
3: iconst_2
iastore
dup
iconst_3
4: iconst_3
iastore
dup
iconst_4
5: iconst_5
iastore
dup
iconst_5
6: bipush 8
iastore
dup
bipush 6
7: bipush 13
iastore
dup
bipush 7
8: bipush 21
iastore
dup
bipush 8
9: bipush 34
iastore
dup
bipush 9
10: bipush 55
iastore
dup
bipush 10
11: bipush 89
iastore
dup
bipush 11
12: sipush 144
iastore
dup
bipush 12
13: sipush 233
iastore
dup
bipush 13
14: sipush 377
iastore
dup
bipush 14
15: sipush 610
iastore
dup
bipush 15
16: sipush 987
iastore
dup
bipush 16
17: sipush 1597
iastore
dup
bipush 17
18: sipush 2584
iastore
dup
bipush 18
19: sipush 4181
iastore
dup
bipush 19
20: sipush 6765
iastore
dup
bipush 20
21: sipush 10946
iastore
dup
bipush 21
22: sipush 17711
iastore
dup
bipush 22
23: sipush 28657
iastore
dup
bipush 23
24: ldc 46368
iastore
dup
bipush 24
25: ldc 75025
iastore
dup
bipush 25
26: ldc 121393
iastore
dup
bipush 26
27: ldc 196418
iastore
dup
bipush 27
28: ldc 317811
iastore
dup
bipush 28
29: ldc 514229
iastore
dup
bipush 29
30: ldc 832040
iastore
dup
bipush 30
31: ldc 1346269
iastore
dup
bipush 31
32: ldc 2178309
iastore
dup
bipush 32
33: ldc 3524578
iastore
dup
bipush 33
34: ldc 5702887
iastore
dup
bipush 34
35: ldc 9227465
iastore
dup
bipush 35
36: ldc 14930352
iastore
dup
bipush 36
37: ldc 24157817
iastore
dup
bipush 37
38: ldc 39088169
iastore
dup
bipush 38
39: ldc 63245986
iastore
dup
bipush 39
40: ldc 102334155
iastore
dup
bipush 40
41: ldc 165580141
iastore
dup
bipush 41
42: ldc 267914296
iastore
dup
bipush 42
43: ldc 433494437
iastore
dup
bipush 43
44: ldc 701408733
iastore
dup
bipush 44
45: ldc 1134903170
iastore
dup
bipush 45
46: ldc 1836311903
iastore
dup
bipush 46
47: ldc 2147483647
iastore
48: putstatic com.google.protobuf.RopeByteString.minLengthByDepth:[I
49: return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(com.google.protobuf.ByteString, com.google.protobuf.ByteString);
descriptor: (Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ByteString;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial com.google.protobuf.ByteString.<init>:()V
1: aload 0
aload 1
putfield com.google.protobuf.RopeByteString.left:Lcom/google/protobuf/ByteString;
2: aload 0
aload 2
putfield com.google.protobuf.RopeByteString.right:Lcom/google/protobuf/ByteString;
3: aload 0
aload 1
invokevirtual com.google.protobuf.ByteString.size:()I
putfield com.google.protobuf.RopeByteString.leftLength:I
4: aload 0
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
aload 2
invokevirtual com.google.protobuf.ByteString.size:()I
iadd
putfield com.google.protobuf.RopeByteString.totalLength:I
5: aload 0
aload 1
invokevirtual com.google.protobuf.ByteString.getTreeDepth:()I
aload 2
invokevirtual com.google.protobuf.ByteString.getTreeDepth:()I
invokestatic java.lang.Math.max:(II)I
iconst_1
iadd
putfield com.google.protobuf.RopeByteString.treeDepth:I
6: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/google/protobuf/RopeByteString;
0 7 1 left Lcom/google/protobuf/ByteString;
0 7 2 right Lcom/google/protobuf/ByteString;
MethodParameters:
Name Flags
left
right
static com.google.protobuf.ByteString concatenate(com.google.protobuf.ByteString, com.google.protobuf.ByteString);
descriptor: (Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/ByteString;
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=5, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual com.google.protobuf.ByteString.size:()I
ifne 2
1: aload 0
areturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.ByteString.size:()I
ifne 4
3: aload 1
areturn
4: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.ByteString.size:()I
aload 1
invokevirtual com.google.protobuf.ByteString.size:()I
iadd
istore 2
start local 2 5: iload 2
sipush 128
if_icmpge 7
6: aload 0
aload 1
invokestatic com.google.protobuf.RopeByteString.concatenateBytes:(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/ByteString;
areturn
7: StackMap locals: int
StackMap stack:
aload 0
instanceof com.google.protobuf.RopeByteString
ifeq 16
8: aload 0
checkcast com.google.protobuf.RopeByteString
astore 3
start local 3 9: aload 3
getfield com.google.protobuf.RopeByteString.right:Lcom/google/protobuf/ByteString;
invokevirtual com.google.protobuf.ByteString.size:()I
aload 1
invokevirtual com.google.protobuf.ByteString.size:()I
iadd
sipush 128
if_icmpge 12
10: aload 3
getfield com.google.protobuf.RopeByteString.right:Lcom/google/protobuf/ByteString;
aload 1
invokestatic com.google.protobuf.RopeByteString.concatenateBytes:(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/ByteString;
astore 4
start local 4 11: new com.google.protobuf.RopeByteString
dup
aload 3
getfield com.google.protobuf.RopeByteString.left:Lcom/google/protobuf/ByteString;
aload 4
invokespecial com.google.protobuf.RopeByteString.<init>:(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ByteString;)V
areturn
end local 4 12: StackMap locals: com.google.protobuf.RopeByteString
StackMap stack:
aload 3
getfield com.google.protobuf.RopeByteString.left:Lcom/google/protobuf/ByteString;
invokevirtual com.google.protobuf.ByteString.getTreeDepth:()I
aload 3
getfield com.google.protobuf.RopeByteString.right:Lcom/google/protobuf/ByteString;
invokevirtual com.google.protobuf.ByteString.getTreeDepth:()I
if_icmple 16
13: aload 3
invokevirtual com.google.protobuf.RopeByteString.getTreeDepth:()I
aload 1
invokevirtual com.google.protobuf.ByteString.getTreeDepth:()I
if_icmple 16
14: new com.google.protobuf.RopeByteString
dup
aload 3
getfield com.google.protobuf.RopeByteString.right:Lcom/google/protobuf/ByteString;
aload 1
invokespecial com.google.protobuf.RopeByteString.<init>:(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ByteString;)V
astore 4
start local 4 15: new com.google.protobuf.RopeByteString
dup
aload 3
getfield com.google.protobuf.RopeByteString.left:Lcom/google/protobuf/ByteString;
aload 4
invokespecial com.google.protobuf.RopeByteString.<init>:(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ByteString;)V
areturn
end local 4 end local 3 16: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.ByteString.getTreeDepth:()I
aload 1
invokevirtual com.google.protobuf.ByteString.getTreeDepth:()I
invokestatic java.lang.Math.max:(II)I
iconst_1
iadd
istore 3
start local 3 17: iload 2
getstatic com.google.protobuf.RopeByteString.minLengthByDepth:[I
iload 3
iaload
if_icmplt 19
18: new com.google.protobuf.RopeByteString
dup
aload 0
aload 1
invokespecial com.google.protobuf.RopeByteString.<init>:(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ByteString;)V
areturn
19: StackMap locals: int
StackMap stack:
new com.google.protobuf.RopeByteString$Balancer
dup
invokespecial com.google.protobuf.RopeByteString$Balancer.<init>:()V
aload 0
aload 1
invokevirtual com.google.protobuf.RopeByteString$Balancer.balance:(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/ByteString;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 left Lcom/google/protobuf/ByteString;
0 20 1 right Lcom/google/protobuf/ByteString;
5 20 2 newLength I
9 16 3 leftRope Lcom/google/protobuf/RopeByteString;
11 12 4 newRight Lcom/google/protobuf/ByteString;
15 16 4 newRight Lcom/google/protobuf/ByteString;
17 20 3 newDepth I
MethodParameters:
Name Flags
left
right
private static com.google.protobuf.ByteString concatenateBytes(com.google.protobuf.ByteString, com.google.protobuf.ByteString);
descriptor: (Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/ByteString;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=5, locals=5, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.google.protobuf.ByteString.size:()I
istore 2
start local 2 1: aload 1
invokevirtual com.google.protobuf.ByteString.size:()I
istore 3
start local 3 2: iload 2
iload 3
iadd
newarray 8
astore 4
start local 4 3: aload 0
aload 4
iconst_0
iconst_0
iload 2
invokevirtual com.google.protobuf.ByteString.copyTo:([BIII)V
4: aload 1
aload 4
iconst_0
iload 2
iload 3
invokevirtual com.google.protobuf.ByteString.copyTo:([BIII)V
5: aload 4
invokestatic com.google.protobuf.ByteString.wrap:([B)Lcom/google/protobuf/ByteString;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 left Lcom/google/protobuf/ByteString;
0 6 1 right Lcom/google/protobuf/ByteString;
1 6 2 leftSize I
2 6 3 rightSize I
3 6 4 bytes [B
MethodParameters:
Name Flags
left
right
static com.google.protobuf.RopeByteString newInstanceForTest(com.google.protobuf.ByteString, com.google.protobuf.ByteString);
descriptor: (Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/RopeByteString;
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new com.google.protobuf.RopeByteString
dup
aload 0
aload 1
invokespecial com.google.protobuf.RopeByteString.<init>:(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ByteString;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 left Lcom/google/protobuf/ByteString;
0 1 1 right Lcom/google/protobuf/ByteString;
MethodParameters:
Name Flags
left
right
public byte byteAt(int);
descriptor: (I)B
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: iload 1
aload 0
getfield com.google.protobuf.RopeByteString.totalLength:I
invokestatic com.google.protobuf.RopeByteString.checkIndex:(II)V
1: aload 0
iload 1
invokevirtual com.google.protobuf.RopeByteString.internalByteAt:(I)B
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/RopeByteString;
0 2 1 index I
MethodParameters:
Name Flags
index
byte internalByteAt(int);
descriptor: (I)B
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 1
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
if_icmpge 2
1: aload 0
getfield com.google.protobuf.RopeByteString.left:Lcom/google/protobuf/ByteString;
iload 1
invokevirtual com.google.protobuf.ByteString.internalByteAt:(I)B
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.RopeByteString.right:Lcom/google/protobuf/ByteString;
iload 1
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
isub
invokevirtual com.google.protobuf.ByteString.internalByteAt:(I)B
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/RopeByteString;
0 3 1 index I
MethodParameters:
Name Flags
index
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.RopeByteString.totalLength:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/RopeByteString;
public com.google.protobuf.ByteString$ByteIterator iterator();
descriptor: ()Lcom/google/protobuf/ByteString$ByteIterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new com.google.protobuf.RopeByteString$1
dup
aload 0
invokespecial com.google.protobuf.RopeByteString$1.<init>:(Lcom/google/protobuf/RopeByteString;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/RopeByteString;
protected int getTreeDepth();
descriptor: ()I
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.RopeByteString.treeDepth:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/RopeByteString;
protected boolean isBalanced();
descriptor: ()Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.RopeByteString.totalLength:I
getstatic com.google.protobuf.RopeByteString.minLengthByDepth:[I
aload 0
getfield com.google.protobuf.RopeByteString.treeDepth:I
iaload
if_icmplt 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/RopeByteString;
public com.google.protobuf.ByteString substring(int, int);
descriptor: (II)Lcom/google/protobuf/ByteString;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=6, args_size=3
start local 0 start local 1 start local 2 0: iload 1
iload 2
aload 0
getfield com.google.protobuf.RopeByteString.totalLength:I
invokestatic com.google.protobuf.RopeByteString.checkRange:(III)I
istore 3
start local 3 1: iload 3
ifne 3
2: getstatic com.google.protobuf.ByteString.EMPTY:Lcom/google/protobuf/ByteString;
areturn
3: StackMap locals: int
StackMap stack:
iload 3
aload 0
getfield com.google.protobuf.RopeByteString.totalLength:I
if_icmpne 5
4: aload 0
areturn
5: StackMap locals:
StackMap stack:
iload 2
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
if_icmpgt 7
6: aload 0
getfield com.google.protobuf.RopeByteString.left:Lcom/google/protobuf/ByteString;
iload 1
iload 2
invokevirtual com.google.protobuf.ByteString.substring:(II)Lcom/google/protobuf/ByteString;
areturn
7: StackMap locals:
StackMap stack:
iload 1
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
if_icmplt 9
8: aload 0
getfield com.google.protobuf.RopeByteString.right:Lcom/google/protobuf/ByteString;
iload 1
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
isub
iload 2
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
isub
invokevirtual com.google.protobuf.ByteString.substring:(II)Lcom/google/protobuf/ByteString;
areturn
9: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.RopeByteString.left:Lcom/google/protobuf/ByteString;
iload 1
invokevirtual com.google.protobuf.ByteString.substring:(I)Lcom/google/protobuf/ByteString;
astore 4
start local 4 10: aload 0
getfield com.google.protobuf.RopeByteString.right:Lcom/google/protobuf/ByteString;
iconst_0
iload 2
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
isub
invokevirtual com.google.protobuf.ByteString.substring:(II)Lcom/google/protobuf/ByteString;
astore 5
start local 5 11: new com.google.protobuf.RopeByteString
dup
aload 4
aload 5
invokespecial com.google.protobuf.RopeByteString.<init>:(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ByteString;)V
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/google/protobuf/RopeByteString;
0 12 1 beginIndex I
0 12 2 endIndex I
1 12 3 length I
10 12 4 leftSub Lcom/google/protobuf/ByteString;
11 12 5 rightSub Lcom/google/protobuf/ByteString;
MethodParameters:
Name Flags
beginIndex
endIndex
protected void copyToInternal(byte[], int, int, int);
descriptor: ([BIII)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: iload 2
iload 4
iadd
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
if_icmpgt 3
1: aload 0
getfield com.google.protobuf.RopeByteString.left:Lcom/google/protobuf/ByteString;
aload 1
iload 2
iload 3
iload 4
invokevirtual com.google.protobuf.ByteString.copyToInternal:([BIII)V
2: goto 9
StackMap locals:
StackMap stack:
3: iload 2
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
if_icmplt 6
4: aload 0
getfield com.google.protobuf.RopeByteString.right:Lcom/google/protobuf/ByteString;
aload 1
iload 2
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
isub
iload 3
iload 4
invokevirtual com.google.protobuf.ByteString.copyToInternal:([BIII)V
5: goto 9
6: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
iload 2
isub
istore 5
start local 5 7: aload 0
getfield com.google.protobuf.RopeByteString.left:Lcom/google/protobuf/ByteString;
aload 1
iload 2
iload 3
iload 5
invokevirtual com.google.protobuf.ByteString.copyToInternal:([BIII)V
8: aload 0
getfield com.google.protobuf.RopeByteString.right:Lcom/google/protobuf/ByteString;
aload 1
iconst_0
iload 3
iload 5
iadd
iload 4
iload 5
isub
invokevirtual com.google.protobuf.ByteString.copyToInternal:([BIII)V
end local 5 9: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/google/protobuf/RopeByteString;
0 10 1 target [B
0 10 2 sourceOffset I
0 10 3 targetOffset I
0 10 4 numberToCopy I
7 9 5 leftLength I
MethodParameters:
Name Flags
target
sourceOffset
targetOffset
numberToCopy
public void copyTo(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.RopeByteString.left:Lcom/google/protobuf/ByteString;
aload 1
invokevirtual com.google.protobuf.ByteString.copyTo:(Ljava/nio/ByteBuffer;)V
1: aload 0
getfield com.google.protobuf.RopeByteString.right:Lcom/google/protobuf/ByteString;
aload 1
invokevirtual com.google.protobuf.ByteString.copyTo:(Ljava/nio/ByteBuffer;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/RopeByteString;
0 3 1 target Ljava/nio/ByteBuffer;
MethodParameters:
Name Flags
target
public java.nio.ByteBuffer asReadOnlyByteBuffer();
descriptor: ()Ljava/nio/ByteBuffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.RopeByteString.toByteArray:()[B
invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
astore 1
start local 1 1: aload 1
invokevirtual java.nio.ByteBuffer.asReadOnlyBuffer:()Ljava/nio/ByteBuffer;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/RopeByteString;
1 2 1 byteBuffer Ljava/nio/ByteBuffer;
public java.util.List<java.nio.ByteBuffer> asReadOnlyByteBufferList();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=1
start local 0 0: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 1
start local 1 1: new com.google.protobuf.RopeByteString$PieceIterator
dup
aload 0
invokespecial com.google.protobuf.RopeByteString$PieceIterator.<init>:(Lcom/google/protobuf/ByteString;)V
astore 2
start local 2 2: goto 5
3: StackMap locals: java.util.List com.google.protobuf.RopeByteString$PieceIterator
StackMap stack:
aload 2
invokevirtual com.google.protobuf.RopeByteString$PieceIterator.next:()Lcom/google/protobuf/ByteString$LeafByteString;
astore 3
start local 3 4: aload 1
aload 3
invokevirtual com.google.protobuf.ByteString$LeafByteString.asReadOnlyByteBuffer:()Ljava/nio/ByteBuffer;
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 3 5: StackMap locals:
StackMap stack:
aload 2
invokevirtual com.google.protobuf.RopeByteString$PieceIterator.hasNext:()Z
ifne 3
6: aload 1
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/google/protobuf/RopeByteString;
1 7 1 result Ljava/util/List<Ljava/nio/ByteBuffer;>;
2 7 2 pieces Lcom/google/protobuf/RopeByteString$PieceIterator;
4 5 3 byteString Lcom/google/protobuf/ByteString$LeafByteString;
Signature: ()Ljava/util/List<Ljava/nio/ByteBuffer;>;
public void writeTo(java.io.OutputStream);
descriptor: (Ljava/io/OutputStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.RopeByteString.left:Lcom/google/protobuf/ByteString;
aload 1
invokevirtual com.google.protobuf.ByteString.writeTo:(Ljava/io/OutputStream;)V
1: aload 0
getfield com.google.protobuf.RopeByteString.right:Lcom/google/protobuf/ByteString;
aload 1
invokevirtual com.google.protobuf.ByteString.writeTo:(Ljava/io/OutputStream;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/RopeByteString;
0 3 1 outputStream Ljava/io/OutputStream;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
outputStream
void writeToInternal(java.io.OutputStream, int, int);
descriptor: (Ljava/io/OutputStream;II)V
flags: (0x0000)
Code:
stack=5, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 2
iload 3
iadd
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
if_icmpgt 3
1: aload 0
getfield com.google.protobuf.RopeByteString.left:Lcom/google/protobuf/ByteString;
aload 1
iload 2
iload 3
invokevirtual com.google.protobuf.ByteString.writeToInternal:(Ljava/io/OutputStream;II)V
2: goto 9
StackMap locals:
StackMap stack:
3: iload 2
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
if_icmplt 6
4: aload 0
getfield com.google.protobuf.RopeByteString.right:Lcom/google/protobuf/ByteString;
aload 1
iload 2
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
isub
iload 3
invokevirtual com.google.protobuf.ByteString.writeToInternal:(Ljava/io/OutputStream;II)V
5: goto 9
6: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
iload 2
isub
istore 4
start local 4 7: aload 0
getfield com.google.protobuf.RopeByteString.left:Lcom/google/protobuf/ByteString;
aload 1
iload 2
iload 4
invokevirtual com.google.protobuf.ByteString.writeToInternal:(Ljava/io/OutputStream;II)V
8: aload 0
getfield com.google.protobuf.RopeByteString.right:Lcom/google/protobuf/ByteString;
aload 1
iconst_0
iload 3
iload 4
isub
invokevirtual com.google.protobuf.ByteString.writeToInternal:(Ljava/io/OutputStream;II)V
end local 4 9: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/google/protobuf/RopeByteString;
0 10 1 out Ljava/io/OutputStream;
0 10 2 sourceOffset I
0 10 3 numberToWrite I
7 9 4 numberToWriteInLeft I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
out
sourceOffset
numberToWrite
void writeTo(com.google.protobuf.ByteOutput);
descriptor: (Lcom/google/protobuf/ByteOutput;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.RopeByteString.left:Lcom/google/protobuf/ByteString;
aload 1
invokevirtual com.google.protobuf.ByteString.writeTo:(Lcom/google/protobuf/ByteOutput;)V
1: aload 0
getfield com.google.protobuf.RopeByteString.right:Lcom/google/protobuf/ByteString;
aload 1
invokevirtual com.google.protobuf.ByteString.writeTo:(Lcom/google/protobuf/ByteOutput;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/RopeByteString;
0 3 1 output Lcom/google/protobuf/ByteOutput;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
output
void writeToReverse(com.google.protobuf.ByteOutput);
descriptor: (Lcom/google/protobuf/ByteOutput;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.RopeByteString.right:Lcom/google/protobuf/ByteString;
aload 1
invokevirtual com.google.protobuf.ByteString.writeToReverse:(Lcom/google/protobuf/ByteOutput;)V
1: aload 0
getfield com.google.protobuf.RopeByteString.left:Lcom/google/protobuf/ByteString;
aload 1
invokevirtual com.google.protobuf.ByteString.writeToReverse:(Lcom/google/protobuf/ByteOutput;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/RopeByteString;
0 3 1 output Lcom/google/protobuf/ByteOutput;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
output
protected java.lang.String toStringInternal(java.nio.charset.Charset);
descriptor: (Ljava/nio/charset/Charset;)Ljava/lang/String;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.String
dup
aload 0
invokevirtual com.google.protobuf.RopeByteString.toByteArray:()[B
aload 1
invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/RopeByteString;
0 1 1 charset Ljava/nio/charset/Charset;
MethodParameters:
Name Flags
charset
public boolean isValidUtf8();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.RopeByteString.left:Lcom/google/protobuf/ByteString;
iconst_0
iconst_0
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
invokevirtual com.google.protobuf.ByteString.partialIsValidUtf8:(III)I
istore 1
start local 1 1: aload 0
getfield com.google.protobuf.RopeByteString.right:Lcom/google/protobuf/ByteString;
iload 1
iconst_0
aload 0
getfield com.google.protobuf.RopeByteString.right:Lcom/google/protobuf/ByteString;
invokevirtual com.google.protobuf.ByteString.size:()I
invokevirtual com.google.protobuf.ByteString.partialIsValidUtf8:(III)I
istore 2
start local 2 2: iload 2
ifne 3
iconst_1
ireturn
StackMap locals: int int
StackMap stack:
3: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/RopeByteString;
1 4 1 leftPartial I
2 4 2 state I
protected int partialIsValidUtf8(int, int, int);
descriptor: (III)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 2
iload 3
iadd
istore 4
start local 4 1: iload 4
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
if_icmpgt 3
2: aload 0
getfield com.google.protobuf.RopeByteString.left:Lcom/google/protobuf/ByteString;
iload 1
iload 2
iload 3
invokevirtual com.google.protobuf.ByteString.partialIsValidUtf8:(III)I
ireturn
3: StackMap locals: int
StackMap stack:
iload 2
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
if_icmplt 5
4: aload 0
getfield com.google.protobuf.RopeByteString.right:Lcom/google/protobuf/ByteString;
iload 1
iload 2
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
isub
iload 3
invokevirtual com.google.protobuf.ByteString.partialIsValidUtf8:(III)I
ireturn
5: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
iload 2
isub
istore 5
start local 5 6: aload 0
getfield com.google.protobuf.RopeByteString.left:Lcom/google/protobuf/ByteString;
iload 1
iload 2
iload 5
invokevirtual com.google.protobuf.ByteString.partialIsValidUtf8:(III)I
istore 6
start local 6 7: aload 0
getfield com.google.protobuf.RopeByteString.right:Lcom/google/protobuf/ByteString;
iload 6
iconst_0
iload 3
iload 5
isub
invokevirtual com.google.protobuf.ByteString.partialIsValidUtf8:(III)I
ireturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/google/protobuf/RopeByteString;
0 8 1 state I
0 8 2 offset I
0 8 3 length I
1 8 4 toIndex I
6 8 5 leftLength I
7 8 6 leftPartial I
MethodParameters:
Name Flags
state
offset
length
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=2
start local 0 start local 1 0: aload 1
aload 0
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
instanceof com.google.protobuf.ByteString
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast com.google.protobuf.ByteString
astore 2
start local 2 5: aload 0
getfield com.google.protobuf.RopeByteString.totalLength:I
aload 2
invokevirtual com.google.protobuf.ByteString.size:()I
if_icmpeq 7
6: iconst_0
ireturn
7: StackMap locals: com.google.protobuf.ByteString
StackMap stack:
aload 0
getfield com.google.protobuf.RopeByteString.totalLength:I
ifne 9
8: iconst_1
ireturn
9: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.RopeByteString.peekCachedHashCode:()I
istore 3
start local 3 10: aload 2
invokevirtual com.google.protobuf.ByteString.peekCachedHashCode:()I
istore 4
start local 4 11: iload 3
ifeq 13
iload 4
ifeq 13
iload 3
iload 4
if_icmpeq 13
12: iconst_0
ireturn
13: StackMap locals: int int
StackMap stack:
aload 0
aload 2
invokevirtual com.google.protobuf.RopeByteString.equalsFragments:(Lcom/google/protobuf/ByteString;)Z
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/google/protobuf/RopeByteString;
0 14 1 other Ljava/lang/Object;
5 14 2 otherByteString Lcom/google/protobuf/ByteString;
10 14 3 thisHash I
11 14 4 thatHash I
MethodParameters:
Name Flags
other
private boolean equalsFragments(com.google.protobuf.ByteString);
descriptor: (Lcom/google/protobuf/ByteString;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=13, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: new com.google.protobuf.RopeByteString$PieceIterator
dup
aload 0
invokespecial com.google.protobuf.RopeByteString$PieceIterator.<init>:(Lcom/google/protobuf/ByteString;)V
astore 3
start local 3 2: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.google.protobuf.ByteString$LeafByteString
astore 4
start local 4 3: iconst_0
istore 5
start local 5 4: new com.google.protobuf.RopeByteString$PieceIterator
dup
aload 1
invokespecial com.google.protobuf.RopeByteString$PieceIterator.<init>:(Lcom/google/protobuf/ByteString;)V
astore 6
start local 6 5: aload 6
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.google.protobuf.ByteString$LeafByteString
astore 7
start local 7 6: iconst_0
istore 8
start local 8 7: StackMap locals: com.google.protobuf.RopeByteString com.google.protobuf.ByteString int java.util.Iterator com.google.protobuf.ByteString$LeafByteString int java.util.Iterator com.google.protobuf.ByteString$LeafByteString int
StackMap stack:
aload 4
invokevirtual com.google.protobuf.ByteString$LeafByteString.size:()I
iload 2
isub
istore 9
start local 9 8: aload 7
invokevirtual com.google.protobuf.ByteString$LeafByteString.size:()I
iload 5
isub
istore 10
start local 10 9: iload 9
iload 10
invokestatic java.lang.Math.min:(II)I
istore 11
start local 11 10: iload 2
ifne 12
11: aload 4
aload 7
iload 5
iload 11
invokevirtual com.google.protobuf.ByteString$LeafByteString.equalsRange:(Lcom/google/protobuf/ByteString;II)Z
goto 13
12: StackMap locals: int int int
StackMap stack:
aload 7
aload 4
iload 2
iload 11
invokevirtual com.google.protobuf.ByteString$LeafByteString.equalsRange:(Lcom/google/protobuf/ByteString;II)Z
13: StackMap locals:
StackMap stack: int
istore 12
start local 12 14: iload 12
ifne 16
15: iconst_0
ireturn
16: StackMap locals: int
StackMap stack:
iload 8
iload 11
iadd
istore 8
17: iload 8
aload 0
getfield com.google.protobuf.RopeByteString.totalLength:I
if_icmplt 21
18: iload 8
aload 0
getfield com.google.protobuf.RopeByteString.totalLength:I
if_icmpne 20
19: iconst_1
ireturn
20: StackMap locals:
StackMap stack:
new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
21: StackMap locals:
StackMap stack:
iload 11
iload 9
if_icmpne 25
22: iconst_0
istore 2
23: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.google.protobuf.ByteString$LeafByteString
astore 4
24: goto 26
25: StackMap locals:
StackMap stack:
iload 2
iload 11
iadd
istore 2
26: StackMap locals:
StackMap stack:
iload 11
iload 10
if_icmpne 30
27: iconst_0
istore 5
28: aload 6
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.google.protobuf.ByteString$LeafByteString
astore 7
29: goto 7
30: StackMap locals:
StackMap stack:
iload 5
iload 11
iadd
istore 5
end local 12 end local 11 end local 10 end local 9 31: goto 7
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 32 0 this Lcom/google/protobuf/RopeByteString;
0 32 1 other Lcom/google/protobuf/ByteString;
1 32 2 thisOffset I
2 32 3 thisIter Ljava/util/Iterator<Lcom/google/protobuf/ByteString$LeafByteString;>;
3 32 4 thisString Lcom/google/protobuf/ByteString$LeafByteString;
4 32 5 thatOffset I
5 32 6 thatIter Ljava/util/Iterator<Lcom/google/protobuf/ByteString$LeafByteString;>;
6 32 7 thatString Lcom/google/protobuf/ByteString$LeafByteString;
7 32 8 pos I
8 31 9 thisRemaining I
9 31 10 thatRemaining I
10 31 11 bytesToCompare I
14 31 12 stillEqual Z
MethodParameters:
Name Flags
other
protected int partialHash(int, int, int);
descriptor: (III)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 2
iload 3
iadd
istore 4
start local 4 1: iload 4
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
if_icmpgt 3
2: aload 0
getfield com.google.protobuf.RopeByteString.left:Lcom/google/protobuf/ByteString;
iload 1
iload 2
iload 3
invokevirtual com.google.protobuf.ByteString.partialHash:(III)I
ireturn
3: StackMap locals: int
StackMap stack:
iload 2
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
if_icmplt 5
4: aload 0
getfield com.google.protobuf.RopeByteString.right:Lcom/google/protobuf/ByteString;
iload 1
iload 2
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
isub
iload 3
invokevirtual com.google.protobuf.ByteString.partialHash:(III)I
ireturn
5: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.RopeByteString.leftLength:I
iload 2
isub
istore 5
start local 5 6: aload 0
getfield com.google.protobuf.RopeByteString.left:Lcom/google/protobuf/ByteString;
iload 1
iload 2
iload 5
invokevirtual com.google.protobuf.ByteString.partialHash:(III)I
istore 6
start local 6 7: aload 0
getfield com.google.protobuf.RopeByteString.right:Lcom/google/protobuf/ByteString;
iload 6
iconst_0
iload 3
iload 5
isub
invokevirtual com.google.protobuf.ByteString.partialHash:(III)I
ireturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/google/protobuf/RopeByteString;
0 8 1 h I
0 8 2 offset I
0 8 3 length I
1 8 4 toIndex I
6 8 5 leftLength I
7 8 6 leftPartial I
MethodParameters:
Name Flags
h
offset
length
public com.google.protobuf.CodedInputStream newCodedInput();
descriptor: ()Lcom/google/protobuf/CodedInputStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new com.google.protobuf.RopeByteString$RopeInputStream
dup
aload 0
invokespecial com.google.protobuf.RopeByteString$RopeInputStream.<init>:(Lcom/google/protobuf/RopeByteString;)V
invokestatic com.google.protobuf.CodedInputStream.newInstance:(Ljava/io/InputStream;)Lcom/google/protobuf/CodedInputStream;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/RopeByteString;
public java.io.InputStream newInput();
descriptor: ()Ljava/io/InputStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new com.google.protobuf.RopeByteString$RopeInputStream
dup
aload 0
invokespecial com.google.protobuf.RopeByteString$RopeInputStream.<init>:(Lcom/google/protobuf/RopeByteString;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/RopeByteString;
java.lang.Object writeReplace();
descriptor: ()Ljava/lang/Object;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.RopeByteString.toByteArray:()[B
invokestatic com.google.protobuf.ByteString.wrap:([B)Lcom/google/protobuf/ByteString;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/RopeByteString;
private void readObject(java.io.ObjectInputStream);
descriptor: (Ljava/io/ObjectInputStream;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new java.io.InvalidObjectException
dup
ldc "RopeByteStream instances are not to be serialized directly"
invokespecial java.io.InvalidObjectException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/RopeByteString;
0 1 1 in Ljava/io/ObjectInputStream;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
in
public java.util.Iterator iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.protobuf.RopeByteString.iterator:()Lcom/google/protobuf/ByteString$ByteIterator;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "RopeByteString.java"
NestMembers:
com.google.protobuf.RopeByteString$1 com.google.protobuf.RopeByteString$Balancer com.google.protobuf.RopeByteString$PieceIterator com.google.protobuf.RopeByteString$RopeInputStream
InnerClasses:
public abstract ByteIterator = com.google.protobuf.ByteString$ByteIterator of com.google.protobuf.ByteString
abstract LeafByteString = com.google.protobuf.ByteString$LeafByteString of com.google.protobuf.ByteString
com.google.protobuf.RopeByteString$1
private Balancer = com.google.protobuf.RopeByteString$Balancer of com.google.protobuf.RopeByteString
private final PieceIterator = com.google.protobuf.RopeByteString$PieceIterator of com.google.protobuf.RopeByteString
private RopeInputStream = com.google.protobuf.RopeByteString$RopeInputStream of com.google.protobuf.RopeByteString