public class com.ctc.wstx.io.ReaderSource extends com.ctc.wstx.io.BaseInputSource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.ctc.wstx.io.ReaderSource
  super_class: com.ctc.wstx.io.BaseInputSource
{
  final com.ctc.wstx.api.ReaderConfig mConfig;
    descriptor: Lcom/ctc/wstx/api/ReaderConfig;
    flags: (0x0010) ACC_FINAL

  protected java.io.Reader mReader;
    descriptor: Ljava/io/Reader;
    flags: (0x0004) ACC_PROTECTED

  final boolean mDoRealClose;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  int mInputProcessed;
    descriptor: I
    flags: (0x0000) 

  int mInputRow;
    descriptor: I
    flags: (0x0000) 

  int mInputRowStart;
    descriptor: I
    flags: (0x0000) 

  public void <init>(com.ctc.wstx.api.ReaderConfig, com.ctc.wstx.io.WstxInputSource, java.lang.String, java.lang.String, com.ctc.wstx.io.SystemId, java.io.Reader, boolean);
    descriptor: (Lcom/ctc/wstx/api/ReaderConfig;Lcom/ctc/wstx/io/WstxInputSource;Ljava/lang/String;Ljava/lang/String;Lcom/ctc/wstx/io/SystemId;Ljava/io/Reader;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=8
        start local 0 // com.ctc.wstx.io.ReaderSource this
        start local 1 // com.ctc.wstx.api.ReaderConfig cfg
        start local 2 // com.ctc.wstx.io.WstxInputSource parent
        start local 3 // java.lang.String fromEntity
        start local 4 // java.lang.String pubId
        start local 5 // com.ctc.wstx.io.SystemId sysId
        start local 6 // java.io.Reader r
        start local 7 // boolean realClose
         0: .line 38
            aload 0 /* this */
            aload 2 /* parent */
            aload 3 /* fromEntity */
            aload 4 /* pubId */
            aload 5 /* sysId */
            invokespecial com.ctc.wstx.io.BaseInputSource.<init>:(Lcom/ctc/wstx/io/WstxInputSource;Ljava/lang/String;Ljava/lang/String;Lcom/ctc/wstx/io/SystemId;)V
         1: .line 30
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.io.ReaderSource.mInputProcessed:I
         2: .line 31
            aload 0 /* this */
            iconst_1
            putfield com.ctc.wstx.io.ReaderSource.mInputRow:I
         3: .line 32
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.io.ReaderSource.mInputRowStart:I
         4: .line 39
            aload 0 /* this */
            aload 1 /* cfg */
            putfield com.ctc.wstx.io.ReaderSource.mConfig:Lcom/ctc/wstx/api/ReaderConfig;
         5: .line 40
            aload 0 /* this */
            aload 6 /* r */
            putfield com.ctc.wstx.io.ReaderSource.mReader:Ljava/io/Reader;
         6: .line 41
            aload 0 /* this */
            iload 7 /* realClose */
            putfield com.ctc.wstx.io.ReaderSource.mDoRealClose:Z
         7: .line 42
            aload 1 /* cfg */
            invokevirtual com.ctc.wstx.api.ReaderConfig.getInputBufferLength:()I
            istore 8 /* bufSize */
        start local 8 // int bufSize
         8: .line 43
            aload 0 /* this */
            aload 1 /* cfg */
            iload 8 /* bufSize */
            invokevirtual com.ctc.wstx.api.ReaderConfig.allocFullCBuffer:(I)[C
            putfield com.ctc.wstx.io.ReaderSource.mBuffer:[C
         9: .line 44
            return
        end local 8 // int bufSize
        end local 7 // boolean realClose
        end local 6 // java.io.Reader r
        end local 5 // com.ctc.wstx.io.SystemId sysId
        end local 4 // java.lang.String pubId
        end local 3 // java.lang.String fromEntity
        end local 2 // com.ctc.wstx.io.WstxInputSource parent
        end local 1 // com.ctc.wstx.api.ReaderConfig cfg
        end local 0 // com.ctc.wstx.io.ReaderSource this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lcom/ctc/wstx/io/ReaderSource;
            0   10     1         cfg  Lcom/ctc/wstx/api/ReaderConfig;
            0   10     2      parent  Lcom/ctc/wstx/io/WstxInputSource;
            0   10     3  fromEntity  Ljava/lang/String;
            0   10     4       pubId  Ljava/lang/String;
            0   10     5       sysId  Lcom/ctc/wstx/io/SystemId;
            0   10     6           r  Ljava/io/Reader;
            0   10     7   realClose  Z
            8   10     8     bufSize  I
    MethodParameters:
            Name  Flags
      cfg         
      parent      
      fromEntity  
      pubId       
      sysId       
      r           
      realClose   

  public void setInputOffsets(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.ctc.wstx.io.ReaderSource this
        start local 1 // int proc
        start local 2 // int row
        start local 3 // int rowStart
         0: .line 53
            aload 0 /* this */
            iload 1 /* proc */
            putfield com.ctc.wstx.io.ReaderSource.mInputProcessed:I
         1: .line 54
            aload 0 /* this */
            iload 2 /* row */
            putfield com.ctc.wstx.io.ReaderSource.mInputRow:I
         2: .line 55
            aload 0 /* this */
            iload 3 /* rowStart */
            putfield com.ctc.wstx.io.ReaderSource.mInputRowStart:I
         3: .line 56
            return
        end local 3 // int rowStart
        end local 2 // int row
        end local 1 // int proc
        end local 0 // com.ctc.wstx.io.ReaderSource this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/ctc/wstx/io/ReaderSource;
            0    4     1      proc  I
            0    4     2       row  I
            0    4     3  rowStart  I
    MethodParameters:
          Name  Flags
      proc      
      row       
      rowStart  

  protected void doInitInputLocation(com.ctc.wstx.io.WstxInputData);
    descriptor: (Lcom/ctc/wstx/io/WstxInputData;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.ctc.wstx.io.ReaderSource this
        start local 1 // com.ctc.wstx.io.WstxInputData reader
         0: .line 65
            aload 1 /* reader */
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mInputProcessed:I
            i2l
            putfield com.ctc.wstx.io.WstxInputData.mCurrInputProcessed:J
         1: .line 66
            aload 1 /* reader */
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mInputRow:I
            putfield com.ctc.wstx.io.WstxInputData.mCurrInputRow:I
         2: .line 67
            aload 1 /* reader */
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mInputRowStart:I
            putfield com.ctc.wstx.io.WstxInputData.mCurrInputRowStart:I
         3: .line 68
            return
        end local 1 // com.ctc.wstx.io.WstxInputData reader
        end local 0 // com.ctc.wstx.io.ReaderSource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/ctc/wstx/io/ReaderSource;
            0    4     1  reader  Lcom/ctc/wstx/io/WstxInputData;
    MethodParameters:
        Name  Flags
      reader  

  public boolean fromInternalEntity();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.io.ReaderSource this
         0: .line 76
            iconst_0
            ireturn
        end local 0 // com.ctc.wstx.io.ReaderSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/io/ReaderSource;

  public int readInto(com.ctc.wstx.io.WstxInputData);
    descriptor: (Lcom/ctc/wstx/io/WstxInputData;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.ctc.wstx.io.ReaderSource this
        start local 1 // com.ctc.wstx.io.WstxInputData reader
         0: .line 86
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mBuffer:[C
            ifnonnull 2
         1: .line 87
            iconst_m1
            ireturn
         2: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mReader:Ljava/io/Reader;
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mBuffer:[C
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mBuffer:[C
            arraylength
            invokevirtual java.io.Reader.read:([CII)I
            istore 2 /* count */
        start local 2 // int count
         3: .line 90
            iload 2 /* count */
            iconst_1
            if_icmpge 10
         4: .line 94
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.io.ReaderSource.mInputLast:I
         5: .line 95
            aload 1 /* reader */
            iconst_0
            putfield com.ctc.wstx.io.WstxInputData.mInputPtr:I
         6: .line 96
            aload 1 /* reader */
            iconst_0
            putfield com.ctc.wstx.io.WstxInputData.mInputEnd:I
         7: .line 97
            iload 2 /* count */
            ifne 9
         8: .line 101
            new com.ctc.wstx.exc.WstxException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Reader (of type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mReader:Ljava/io/Reader;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ") returned 0 characters, even when asked to read up to "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mBuffer:[C
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.ctc.wstx.io.ReaderSource.getLocation:()Lcom/ctc/wstx/io/WstxInputLocation;
            invokespecial com.ctc.wstx.exc.WstxException.<init>:(Ljava/lang/String;Ljavax/xml/stream/Location;)V
            athrow
         9: .line 103
      StackMap locals: int
      StackMap stack:
            iconst_m1
            ireturn
        10: .line 105
      StackMap locals:
      StackMap stack:
            aload 1 /* reader */
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mBuffer:[C
            putfield com.ctc.wstx.io.WstxInputData.mInputBuffer:[C
        11: .line 106
            aload 1 /* reader */
            iconst_0
            putfield com.ctc.wstx.io.WstxInputData.mInputPtr:I
        12: .line 107
            aload 0 /* this */
            iload 2 /* count */
            putfield com.ctc.wstx.io.ReaderSource.mInputLast:I
        13: .line 108
            aload 1 /* reader */
            iload 2 /* count */
            putfield com.ctc.wstx.io.WstxInputData.mInputEnd:I
        14: .line 110
            iload 2 /* count */
            ireturn
        end local 2 // int count
        end local 1 // com.ctc.wstx.io.WstxInputData reader
        end local 0 // com.ctc.wstx.io.ReaderSource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lcom/ctc/wstx/io/ReaderSource;
            0   15     1  reader  Lcom/ctc/wstx/io/WstxInputData;
            3   15     2   count  I
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
        Name  Flags
      reader  

  public boolean readMore(com.ctc.wstx.io.WstxInputData, int);
    descriptor: (Lcom/ctc/wstx/io/WstxInputData;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // com.ctc.wstx.io.ReaderSource this
        start local 1 // com.ctc.wstx.io.WstxInputData reader
        start local 2 // int minAmount
         0: .line 120
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mBuffer:[C
            ifnonnull 2
         1: .line 121
            iconst_0
            ireturn
         2: .line 124
      StackMap locals:
      StackMap stack:
            aload 1 /* reader */
            getfield com.ctc.wstx.io.WstxInputData.mInputPtr:I
            istore 3 /* ptr */
        start local 3 // int ptr
         3: .line 125
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mInputLast:I
            iload 3 /* ptr */
            isub
            istore 4 /* currAmount */
        start local 4 // int currAmount
         4: .line 133
            aload 1 /* reader */
            dup
            getfield com.ctc.wstx.io.WstxInputData.mCurrInputProcessed:J
            iload 3 /* ptr */
            i2l
            ladd
            putfield com.ctc.wstx.io.WstxInputData.mCurrInputProcessed:J
         5: .line 134
            aload 1 /* reader */
            dup
            getfield com.ctc.wstx.io.WstxInputData.mCurrInputRowStart:I
            iload 3 /* ptr */
            isub
            putfield com.ctc.wstx.io.WstxInputData.mCurrInputRowStart:I
         6: .line 137
            iload 4 /* currAmount */
            ifle 9
         7: .line 138
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mBuffer:[C
            iload 3 /* ptr */
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mBuffer:[C
            iconst_0
            iload 4 /* currAmount */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 139
            iload 2 /* minAmount */
            iload 4 /* currAmount */
            isub
            istore 2 /* minAmount */
         9: .line 141
      StackMap locals: int int
      StackMap stack:
            aload 1 /* reader */
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mBuffer:[C
            putfield com.ctc.wstx.io.WstxInputData.mInputBuffer:[C
        10: .line 142
            aload 1 /* reader */
            iconst_0
            putfield com.ctc.wstx.io.WstxInputData.mInputPtr:I
        11: .line 143
            aload 0 /* this */
            iload 4 /* currAmount */
            putfield com.ctc.wstx.io.ReaderSource.mInputLast:I
        12: .line 145
            goto 22
        13: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mBuffer:[C
            arraylength
            iload 4 /* currAmount */
            isub
            istore 5 /* amount */
        start local 5 // int amount
        14: .line 147
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mReader:Ljava/io/Reader;
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mBuffer:[C
            iload 4 /* currAmount */
            iload 5 /* amount */
            invokevirtual java.io.Reader.read:([CII)I
            istore 6 /* actual */
        start local 6 // int actual
        15: .line 148
            iload 6 /* actual */
            iconst_1
            if_icmpge 20
        16: .line 149
            iload 6 /* actual */
            ifne 18
        17: .line 150
            new com.ctc.wstx.exc.WstxException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Reader (of type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mReader:Ljava/io/Reader;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ") returned 0 characters, even when asked to read up to "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 5 /* amount */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.ctc.wstx.io.ReaderSource.getLocation:()Lcom/ctc/wstx/io/WstxInputLocation;
            invokespecial com.ctc.wstx.exc.WstxException.<init>:(Ljava/lang/String;Ljavax/xml/stream/Location;)V
            athrow
        18: .line 152
      StackMap locals: int int
      StackMap stack:
            aload 1 /* reader */
            aload 0 /* this */
            iload 4 /* currAmount */
            dup_x1
            putfield com.ctc.wstx.io.ReaderSource.mInputLast:I
            putfield com.ctc.wstx.io.WstxInputData.mInputEnd:I
        19: .line 153
            iconst_0
            ireturn
        20: .line 155
      StackMap locals:
      StackMap stack:
            iload 4 /* currAmount */
            iload 6 /* actual */
            iadd
            istore 4 /* currAmount */
        21: .line 156
            iload 2 /* minAmount */
            iload 6 /* actual */
            isub
            istore 2 /* minAmount */
        end local 6 // int actual
        end local 5 // int amount
        22: .line 145
      StackMap locals:
      StackMap stack:
            iload 2 /* minAmount */
            ifgt 13
        23: .line 158
            aload 1 /* reader */
            aload 0 /* this */
            iload 4 /* currAmount */
            dup_x1
            putfield com.ctc.wstx.io.ReaderSource.mInputLast:I
            putfield com.ctc.wstx.io.WstxInputData.mInputEnd:I
        24: .line 159
            iconst_1
            ireturn
        end local 4 // int currAmount
        end local 3 // int ptr
        end local 2 // int minAmount
        end local 1 // com.ctc.wstx.io.WstxInputData reader
        end local 0 // com.ctc.wstx.io.ReaderSource this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   25     0        this  Lcom/ctc/wstx/io/ReaderSource;
            0   25     1      reader  Lcom/ctc/wstx/io/WstxInputData;
            0   25     2   minAmount  I
            3   25     3         ptr  I
            4   25     4  currAmount  I
           14   22     5      amount  I
           15   22     6      actual  I
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
           Name  Flags
      reader     
      minAmount  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.ctc.wstx.io.ReaderSource this
         0: .line 168
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mBuffer:[C
            ifnull 2
         1: .line 169
            aload 0 /* this */
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mDoRealClose:Z
            invokevirtual com.ctc.wstx.io.ReaderSource.closeAndRecycle:(Z)V
         2: .line 171
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.ctc.wstx.io.ReaderSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/ctc/wstx/io/ReaderSource;
    Exceptions:
      throws java.io.IOException

  public void closeCompletely();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.ctc.wstx.io.ReaderSource this
         0: .line 179
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mReader:Ljava/io/Reader;
            ifnull 2
         1: .line 180
            aload 0 /* this */
            iconst_1
            invokevirtual com.ctc.wstx.io.ReaderSource.closeAndRecycle:(Z)V
         2: .line 182
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.ctc.wstx.io.ReaderSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/ctc/wstx/io/ReaderSource;
    Exceptions:
      throws java.io.IOException

  private void closeAndRecycle(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.ctc.wstx.io.ReaderSource this
        start local 1 // boolean fullClose
         0: .line 187
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mBuffer:[C
            astore 2 /* buf */
        start local 2 // char[] buf
         1: .line 190
            aload 2 /* buf */
            ifnull 4
         2: .line 191
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.io.ReaderSource.mBuffer:[C
         3: .line 192
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mConfig:Lcom/ctc/wstx/api/ReaderConfig;
            aload 2 /* buf */
            invokevirtual com.ctc.wstx.api.ReaderConfig.freeFullCBuffer:([C)V
         4: .line 196
      StackMap locals: char[]
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mReader:Ljava/io/Reader;
            ifnull 11
         5: .line 197
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mReader:Ljava/io/Reader;
            instanceof com.ctc.wstx.io.BaseReader
            ifeq 7
         6: .line 198
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mReader:Ljava/io/Reader;
            checkcast com.ctc.wstx.io.BaseReader
            invokevirtual com.ctc.wstx.io.BaseReader.freeBuffers:()V
         7: .line 200
      StackMap locals:
      StackMap stack:
            iload 1 /* fullClose */
            ifeq 11
         8: .line 201
            aload 0 /* this */
            getfield com.ctc.wstx.io.ReaderSource.mReader:Ljava/io/Reader;
            astore 3 /* r */
        start local 3 // java.io.Reader r
         9: .line 202
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.io.ReaderSource.mReader:Ljava/io/Reader;
        10: .line 203
            aload 3 /* r */
            invokevirtual java.io.Reader.close:()V
        end local 3 // java.io.Reader r
        11: .line 206
      StackMap locals:
      StackMap stack:
            return
        end local 2 // char[] buf
        end local 1 // boolean fullClose
        end local 0 // com.ctc.wstx.io.ReaderSource this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lcom/ctc/wstx/io/ReaderSource;
            0   12     1  fullClose  Z
            1   12     2        buf  [C
            9   11     3          r  Ljava/io/Reader;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      fullClose  
}
SourceFile: "ReaderSource.java"