class com.google.protobuf.RopeByteString$RopeInputStream extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.protobuf.RopeByteString$RopeInputStream
  super_class: java.io.InputStream
{
  private com.google.protobuf.RopeByteString$PieceIterator pieceIterator;
    descriptor: Lcom/google/protobuf/RopeByteString$PieceIterator;
    flags: (0x0002) ACC_PRIVATE

  private com.google.protobuf.ByteString$LeafByteString currentPiece;
    descriptor: Lcom/google/protobuf/ByteString$LeafByteString;
    flags: (0x0002) ACC_PRIVATE

  private int currentPieceSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int currentPieceIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int currentPieceOffsetInRope;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mark;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(com.google.protobuf.RopeByteString);
    descriptor: (Lcom/google/protobuf/RopeByteString;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.RopeByteString$RopeInputStream this
         0: .line 810
            aload 0 /* this */
            aload 1
            putfield com.google.protobuf.RopeByteString$RopeInputStream.this$0:Lcom/google/protobuf/RopeByteString;
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
         1: .line 811
            aload 0 /* this */
            invokevirtual com.google.protobuf.RopeByteString$RopeInputStream.initialize:()V
         2: .line 812
            return
        end local 0 // com.google.protobuf.RopeByteString$RopeInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/RopeByteString$RopeInputStream;
    MethodParameters:
        Name  Flags
      this$0  final

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.google.protobuf.RopeByteString$RopeInputStream this
        start local 1 // byte[] b
        start local 2 // int offset
        start local 3 // int length
         0: .line 816
            aload 1 /* b */
            ifnonnull 2
         1: .line 817
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 818
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iflt 3
            iload 3 /* length */
            iflt 3
            iload 3 /* length */
            aload 1 /* b */
            arraylength
            iload 2 /* offset */
            isub
            if_icmple 4
         3: .line 819
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         4: .line 821
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual com.google.protobuf.RopeByteString$RopeInputStream.readSkipInternal:([BII)I
            ireturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] b
        end local 0 // com.google.protobuf.RopeByteString$RopeInputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/google/protobuf/RopeByteString$RopeInputStream;
            0    5     1       b  [B
            0    5     2  offset  I
            0    5     3  length  I
    MethodParameters:
        Name  Flags
      b       
      offset  
      length  

  public long skip(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.google.protobuf.RopeByteString$RopeInputStream this
        start local 1 // long length
         0: .line 826
            lload 1 /* length */
            lconst_0
            lcmp
            ifge 2
         1: .line 827
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 828
      StackMap locals:
      StackMap stack:
            lload 1 /* length */
            ldc 2147483647
            lcmp
            ifle 4
         3: .line 829
            ldc 2147483647
            lstore 1 /* length */
         4: .line 831
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            iconst_0
            lload 1 /* length */
            l2i
            invokevirtual com.google.protobuf.RopeByteString$RopeInputStream.readSkipInternal:([BII)I
            i2l
            lreturn
        end local 1 // long length
        end local 0 // com.google.protobuf.RopeByteString$RopeInputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/google/protobuf/RopeByteString$RopeInputStream;
            0    5     1  length  J
    MethodParameters:
        Name  Flags
      length  

  private int readSkipInternal(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // com.google.protobuf.RopeByteString$RopeInputStream this
        start local 1 // byte[] b
        start local 2 // int offset
        start local 3 // int length
         0: .line 844
            iload 3 /* length */
            istore 4 /* bytesRemaining */
        start local 4 // int bytesRemaining
         1: .line 845
            goto 13
         2: .line 846
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.RopeByteString$RopeInputStream.advanceIfCurrentPieceFullyRead:()V
         3: .line 847
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.currentPiece:Lcom/google/protobuf/ByteString$LeafByteString;
            ifnonnull 6
         4: .line 848
            iload 4 /* bytesRemaining */
            iload 3 /* length */
            if_icmpne 14
         5: .line 850
            iconst_m1
            ireturn
         6: .line 855
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.currentPieceSize:I
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.currentPieceIndex:I
            isub
            istore 5 /* currentPieceRemaining */
        start local 5 // int currentPieceRemaining
         7: .line 856
            iload 5 /* currentPieceRemaining */
            iload 4 /* bytesRemaining */
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* count */
        start local 6 // int count
         8: .line 857
            aload 1 /* b */
            ifnull 11
         9: .line 858
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.currentPiece:Lcom/google/protobuf/ByteString$LeafByteString;
            aload 1 /* b */
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.currentPieceIndex:I
            iload 2 /* offset */
            iload 6 /* count */
            invokevirtual com.google.protobuf.ByteString$LeafByteString.copyTo:([BIII)V
        10: .line 859
            iload 2 /* offset */
            iload 6 /* count */
            iadd
            istore 2 /* offset */
        11: .line 861
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.google.protobuf.RopeByteString$RopeInputStream.currentPieceIndex:I
            iload 6 /* count */
            iadd
            putfield com.google.protobuf.RopeByteString$RopeInputStream.currentPieceIndex:I
        12: .line 862
            iload 4 /* bytesRemaining */
            iload 6 /* count */
            isub
            istore 4 /* bytesRemaining */
        end local 6 // int count
        end local 5 // int currentPieceRemaining
        13: .line 845
      StackMap locals:
      StackMap stack:
            iload 4 /* bytesRemaining */
            ifgt 2
        14: .line 866
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            iload 4 /* bytesRemaining */
            isub
            ireturn
        end local 4 // int bytesRemaining
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] b
        end local 0 // com.google.protobuf.RopeByteString$RopeInputStream this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   15     0                   this  Lcom/google/protobuf/RopeByteString$RopeInputStream;
            0   15     1                      b  [B
            0   15     2                 offset  I
            0   15     3                 length  I
            1   15     4         bytesRemaining  I
            7   13     5  currentPieceRemaining  I
            8   13     6                  count  I
    MethodParameters:
        Name  Flags
      b       
      offset  
      length  

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.google.protobuf.RopeByteString$RopeInputStream this
         0: .line 871
            aload 0 /* this */
            invokevirtual com.google.protobuf.RopeByteString$RopeInputStream.advanceIfCurrentPieceFullyRead:()V
         1: .line 872
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.currentPiece:Lcom/google/protobuf/ByteString$LeafByteString;
            ifnonnull 3
         2: .line 873
            iconst_m1
            ireturn
         3: .line 875
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.currentPiece:Lcom/google/protobuf/ByteString$LeafByteString;
            aload 0 /* this */
            dup
            getfield com.google.protobuf.RopeByteString$RopeInputStream.currentPieceIndex:I
            dup_x1
            iconst_1
            iadd
            putfield com.google.protobuf.RopeByteString$RopeInputStream.currentPieceIndex:I
            invokevirtual com.google.protobuf.ByteString$LeafByteString.byteAt:(I)B
            sipush 255
            iand
            ireturn
        end local 0 // com.google.protobuf.RopeByteString$RopeInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/RopeByteString$RopeInputStream;
    Exceptions:
      throws java.io.IOException

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.google.protobuf.RopeByteString$RopeInputStream this
         0: .line 881
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.currentPieceOffsetInRope:I
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.currentPieceIndex:I
            iadd
            istore 1 /* bytesRead */
        start local 1 // int bytesRead
         1: .line 882
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.this$0:Lcom/google/protobuf/RopeByteString;
            invokevirtual com.google.protobuf.RopeByteString.size:()I
            iload 1 /* bytesRead */
            isub
            ireturn
        end local 1 // int bytesRead
        end local 0 // com.google.protobuf.RopeByteString$RopeInputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/google/protobuf/RopeByteString$RopeInputStream;
            1    2     1  bytesRead  I
    Exceptions:
      throws java.io.IOException

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

  public void mark(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.RopeByteString$RopeInputStream this
        start local 1 // int readAheadLimit
         0: .line 893
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.currentPieceOffsetInRope:I
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.currentPieceIndex:I
            iadd
            putfield com.google.protobuf.RopeByteString$RopeInputStream.mark:I
         1: .line 894
            return
        end local 1 // int readAheadLimit
        end local 0 // com.google.protobuf.RopeByteString$RopeInputStream this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/google/protobuf/RopeByteString$RopeInputStream;
            0    2     1  readAheadLimit  I
    MethodParameters:
                Name  Flags
      readAheadLimit  

  public synchronized void reset();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.protobuf.RopeByteString$RopeInputStream this
         0: .line 899
            aload 0 /* this */
            invokevirtual com.google.protobuf.RopeByteString$RopeInputStream.initialize:()V
         1: .line 900
            aload 0 /* this */
            aconst_null
            iconst_0
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.mark:I
            invokevirtual com.google.protobuf.RopeByteString$RopeInputStream.readSkipInternal:([BII)I
            pop
         2: .line 901
            return
        end local 0 // com.google.protobuf.RopeByteString$RopeInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/RopeByteString$RopeInputStream;

  private void initialize();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.protobuf.RopeByteString$RopeInputStream this
         0: .line 905
            aload 0 /* this */
            new com.google.protobuf.RopeByteString$PieceIterator
            dup
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.this$0:Lcom/google/protobuf/RopeByteString;
            invokespecial com.google.protobuf.RopeByteString$PieceIterator.<init>:(Lcom/google/protobuf/ByteString;)V
            putfield com.google.protobuf.RopeByteString$RopeInputStream.pieceIterator:Lcom/google/protobuf/RopeByteString$PieceIterator;
         1: .line 906
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.pieceIterator:Lcom/google/protobuf/RopeByteString$PieceIterator;
            invokevirtual com.google.protobuf.RopeByteString$PieceIterator.next:()Lcom/google/protobuf/ByteString$LeafByteString;
            putfield com.google.protobuf.RopeByteString$RopeInputStream.currentPiece:Lcom/google/protobuf/ByteString$LeafByteString;
         2: .line 907
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.currentPiece:Lcom/google/protobuf/ByteString$LeafByteString;
            invokevirtual com.google.protobuf.ByteString$LeafByteString.size:()I
            putfield com.google.protobuf.RopeByteString$RopeInputStream.currentPieceSize:I
         3: .line 908
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.RopeByteString$RopeInputStream.currentPieceIndex:I
         4: .line 909
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.RopeByteString$RopeInputStream.currentPieceOffsetInRope:I
         5: .line 910
            return
        end local 0 // com.google.protobuf.RopeByteString$RopeInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/google/protobuf/RopeByteString$RopeInputStream;

  private void advanceIfCurrentPieceFullyRead();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.protobuf.RopeByteString$RopeInputStream this
         0: .line 917
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.currentPiece:Lcom/google/protobuf/ByteString$LeafByteString;
            ifnull 9
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.currentPieceIndex:I
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.currentPieceSize:I
            if_icmpne 9
         1: .line 920
            aload 0 /* this */
            dup
            getfield com.google.protobuf.RopeByteString$RopeInputStream.currentPieceOffsetInRope:I
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.currentPieceSize:I
            iadd
            putfield com.google.protobuf.RopeByteString$RopeInputStream.currentPieceOffsetInRope:I
         2: .line 921
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.RopeByteString$RopeInputStream.currentPieceIndex:I
         3: .line 922
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.pieceIterator:Lcom/google/protobuf/RopeByteString$PieceIterator;
            invokevirtual com.google.protobuf.RopeByteString$PieceIterator.hasNext:()Z
            ifeq 7
         4: .line 923
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.pieceIterator:Lcom/google/protobuf/RopeByteString$PieceIterator;
            invokevirtual com.google.protobuf.RopeByteString$PieceIterator.next:()Lcom/google/protobuf/ByteString$LeafByteString;
            putfield com.google.protobuf.RopeByteString$RopeInputStream.currentPiece:Lcom/google/protobuf/ByteString$LeafByteString;
         5: .line 924
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.RopeByteString$RopeInputStream.currentPiece:Lcom/google/protobuf/ByteString$LeafByteString;
            invokevirtual com.google.protobuf.ByteString$LeafByteString.size:()I
            putfield com.google.protobuf.RopeByteString$RopeInputStream.currentPieceSize:I
         6: .line 925
            goto 9
         7: .line 926
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.RopeByteString$RopeInputStream.currentPiece:Lcom/google/protobuf/ByteString$LeafByteString;
         8: .line 927
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.RopeByteString$RopeInputStream.currentPieceSize:I
         9: .line 930
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.google.protobuf.RopeByteString$RopeInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/google/protobuf/RopeByteString$RopeInputStream;
}
SourceFile: "RopeByteString.java"
NestHost: com.google.protobuf.RopeByteString
InnerClasses:
  abstract LeafByteString = com.google.protobuf.ByteString$LeafByteString of com.google.protobuf.ByteString
  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