class com.google.common.io.MultiReader extends java.io.Reader
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.io.MultiReader
  super_class: java.io.Reader
{
  private final java.util.Iterator<? extends com.google.common.io.CharSource> it;
    descriptor: Ljava/util/Iterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Iterator<+Lcom/google/common/io/CharSource;>;

  private java.io.Reader current;
    descriptor: Ljava/io/Reader;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.Nullable()

  void <init>(java.util.Iterator<? extends com.google.common.io.CharSource>);
    descriptor: (Ljava/util/Iterator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.io.MultiReader this
        start local 1 // java.util.Iterator readers
         0: .line 35
            aload 0 /* this */
            invokespecial java.io.Reader.<init>:()V
         1: .line 36
            aload 0 /* this */
            aload 1 /* readers */
            putfield com.google.common.io.MultiReader.it:Ljava/util/Iterator;
         2: .line 37
            aload 0 /* this */
            invokevirtual com.google.common.io.MultiReader.advance:()V
         3: .line 38
            return
        end local 1 // java.util.Iterator readers
        end local 0 // com.google.common.io.MultiReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/google/common/io/MultiReader;
            0    4     1  readers  Ljava/util/Iterator<+Lcom/google/common/io/CharSource;>;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/Iterator<+Lcom/google/common/io/CharSource;>;)V
    MethodParameters:
         Name  Flags
      readers  

  private void advance();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.io.MultiReader this
         0: .line 42
            aload 0 /* this */
            invokevirtual com.google.common.io.MultiReader.close:()V
         1: .line 43
            aload 0 /* this */
            getfield com.google.common.io.MultiReader.it:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 3
         2: .line 44
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.common.io.MultiReader.it:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.google.common.io.CharSource
            invokevirtual com.google.common.io.CharSource.openStream:()Ljava/io/Reader;
            putfield com.google.common.io.MultiReader.current:Ljava/io/Reader;
         3: .line 46
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.google.common.io.MultiReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/io/MultiReader;
    Exceptions:
      throws java.io.IOException

  public int read(char[], int, int);
    descriptor: ([CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.google.common.io.MultiReader this
        start local 1 // char[] cbuf
        start local 2 // int off
        start local 3 // int len
         0: .line 50
            aload 0 /* this */
            getfield com.google.common.io.MultiReader.current:Ljava/io/Reader;
            ifnonnull 2
         1: .line 51
            iconst_m1
            ireturn
         2: .line 53
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.io.MultiReader.current:Ljava/io/Reader;
            aload 1 /* cbuf */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.io.Reader.read:([CII)I
            istore 4 /* result */
        start local 4 // int result
         3: .line 54
            iload 4 /* result */
            iconst_m1
            if_icmpne 6
         4: .line 55
            aload 0 /* this */
            invokevirtual com.google.common.io.MultiReader.advance:()V
         5: .line 56
            aload 0 /* this */
            aload 1 /* cbuf */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual com.google.common.io.MultiReader.read:([CII)I
            ireturn
         6: .line 58
      StackMap locals: int
      StackMap stack:
            iload 4 /* result */
            ireturn
        end local 4 // int result
        end local 3 // int len
        end local 2 // int off
        end local 1 // char[] cbuf
        end local 0 // com.google.common.io.MultiReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/google/common/io/MultiReader;
            0    7     1    cbuf  [C
            0    7     2     off  I
            0    7     3     len  I
            3    7     4  result  I
    Exceptions:
      throws java.io.IOException
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
      Name  Flags
      cbuf  
      off   
      len   

  public long skip(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.google.common.io.MultiReader this
        start local 1 // long n
         0: .line 63
            lload 1 /* n */
            lconst_0
            lcmp
            iflt 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "n is negative"
            invokestatic com.google.common.base.Preconditions.checkArgument:(ZLjava/lang/Object;)V
         3: .line 64
            lload 1 /* n */
            lconst_0
            lcmp
            ifle 10
         4: .line 65
            goto 9
         5: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.io.MultiReader.current:Ljava/io/Reader;
            lload 1 /* n */
            invokevirtual java.io.Reader.skip:(J)J
            lstore 3 /* result */
        start local 3 // long result
         6: .line 67
            lload 3 /* result */
            lconst_0
            lcmp
            ifle 8
         7: .line 68
            lload 3 /* result */
            lreturn
         8: .line 70
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.common.io.MultiReader.advance:()V
        end local 3 // long result
         9: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.io.MultiReader.current:Ljava/io/Reader;
            ifnonnull 5
        10: .line 73
      StackMap locals:
      StackMap stack:
            lconst_0
            lreturn
        end local 1 // long n
        end local 0 // com.google.common.io.MultiReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lcom/google/common/io/MultiReader;
            0   11     1       n  J
            6    9     3  result  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      n     

  public boolean ready();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.io.MultiReader this
         0: .line 78
            aload 0 /* this */
            getfield com.google.common.io.MultiReader.current:Ljava/io/Reader;
            ifnull 1
            aload 0 /* this */
            getfield com.google.common.io.MultiReader.current:Ljava/io/Reader;
            invokevirtual java.io.Reader.ready:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.google.common.io.MultiReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/io/MultiReader;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.google.common.io.MultiReader this
         0: .line 83
            aload 0 /* this */
            getfield com.google.common.io.MultiReader.current:Ljava/io/Reader;
            ifnull 7
         1: .line 85
            aload 0 /* this */
            getfield com.google.common.io.MultiReader.current:Ljava/io/Reader;
            invokevirtual java.io.Reader.close:()V
         2: .line 86
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 1
         4: .line 87
            aload 0 /* this */
            aconst_null
            putfield com.google.common.io.MultiReader.current:Ljava/io/Reader;
         5: .line 88
            aload 1
            athrow
         6: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.google.common.io.MultiReader.current:Ljava/io/Reader;
         7: .line 90
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.google.common.io.MultiReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/common/io/MultiReader;
      Exception table:
        from    to  target  type
           1     3       3  any
    Exceptions:
      throws java.io.IOException
}
SourceFile: "MultiReader.java"
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtIncompatible()