public final class com.ctc.wstx.io.BranchingReaderSource extends com.ctc.wstx.io.ReaderSource
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.ctc.wstx.io.BranchingReaderSource
  super_class: com.ctc.wstx.io.ReaderSource
{
  com.ctc.wstx.util.TextBuffer mBranchBuffer;
    descriptor: Lcom/ctc/wstx/util/TextBuffer;
    flags: (0x0000) 

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

  boolean mConvertLFs;
    descriptor: Z
    flags: (0x0000) 

  boolean mGotCR;
    descriptor: Z
    flags: (0x0000) 

  public void <init>(com.ctc.wstx.api.ReaderConfig, java.lang.String, com.ctc.wstx.io.SystemId, java.io.Reader, boolean);
    descriptor: (Lcom/ctc/wstx/api/ReaderConfig;Ljava/lang/String;Lcom/ctc/wstx/io/SystemId;Ljava/io/Reader;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // com.ctc.wstx.io.BranchingReaderSource this
        start local 1 // com.ctc.wstx.api.ReaderConfig cfg
        start local 2 // java.lang.String pubId
        start local 3 // com.ctc.wstx.io.SystemId sysId
        start local 4 // java.io.Reader r
        start local 5 // boolean realClose
         0: .line 43
            aload 0 /* this */
            aload 1 /* cfg */
            aconst_null
            aconst_null
            aload 2 /* pubId */
            aload 3 /* sysId */
            aload 4 /* r */
            iload 5 /* realClose */
            invokespecial com.ctc.wstx.io.ReaderSource.<init>:(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
         1: .line 24
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.io.BranchingReaderSource.mBranchBuffer:Lcom/ctc/wstx/util/TextBuffer;
         2: .line 26
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.io.BranchingReaderSource.mBranchStartOffset:I
         3: .line 28
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.io.BranchingReaderSource.mConvertLFs:Z
         4: .line 35
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.io.BranchingReaderSource.mGotCR:Z
         5: .line 44
            return
        end local 5 // boolean realClose
        end local 4 // java.io.Reader r
        end local 3 // com.ctc.wstx.io.SystemId sysId
        end local 2 // java.lang.String pubId
        end local 1 // com.ctc.wstx.api.ReaderConfig cfg
        end local 0 // com.ctc.wstx.io.BranchingReaderSource this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/ctc/wstx/io/BranchingReaderSource;
            0    6     1        cfg  Lcom/ctc/wstx/api/ReaderConfig;
            0    6     2      pubId  Ljava/lang/String;
            0    6     3      sysId  Lcom/ctc/wstx/io/SystemId;
            0    6     4          r  Ljava/io/Reader;
            0    6     5  realClose  Z
    MethodParameters:
           Name  Flags
      cfg        
      pubId      
      sysId      
      r          
      realClose  

  public int readInto(com.ctc.wstx.io.WstxInputData);
    descriptor: (Lcom/ctc/wstx/io/WstxInputData;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.ctc.wstx.io.BranchingReaderSource this
        start local 1 // com.ctc.wstx.io.WstxInputData reader
         0: .line 51
            aload 0 /* this */
            getfield com.ctc.wstx.io.BranchingReaderSource.mBranchBuffer:Lcom/ctc/wstx/util/TextBuffer;
            ifnull 4
         1: .line 52
            aload 0 /* this */
            getfield com.ctc.wstx.io.BranchingReaderSource.mInputLast:I
            aload 0 /* this */
            getfield com.ctc.wstx.io.BranchingReaderSource.mBranchStartOffset:I
            if_icmple 3
         2: .line 53
            aload 0 /* this */
            aload 0 /* this */
            getfield com.ctc.wstx.io.BranchingReaderSource.mBranchStartOffset:I
            aload 0 /* this */
            getfield com.ctc.wstx.io.BranchingReaderSource.mInputLast:I
            invokevirtual com.ctc.wstx.io.BranchingReaderSource.appendBranched:(II)V
         3: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.io.BranchingReaderSource.mBranchStartOffset:I
         4: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* reader */
            invokespecial com.ctc.wstx.io.ReaderSource.readInto:(Lcom/ctc/wstx/io/WstxInputData;)I
            ireturn
        end local 1 // com.ctc.wstx.io.WstxInputData reader
        end local 0 // com.ctc.wstx.io.BranchingReaderSource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/ctc/wstx/io/BranchingReaderSource;
            0    5     1  reader  Lcom/ctc/wstx/io/WstxInputData;
    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=3, locals=5, args_size=3
        start local 0 // com.ctc.wstx.io.BranchingReaderSource this
        start local 1 // com.ctc.wstx.io.WstxInputData reader
        start local 2 // int minAmount
         0: .line 65
            aload 0 /* this */
            getfield com.ctc.wstx.io.BranchingReaderSource.mBranchBuffer:Lcom/ctc/wstx/util/TextBuffer;
            ifnull 7
         1: .line 66
            aload 1 /* reader */
            getfield com.ctc.wstx.io.WstxInputData.mInputPtr:I
            istore 3 /* ptr */
        start local 3 // int ptr
         2: .line 67
            aload 0 /* this */
            getfield com.ctc.wstx.io.BranchingReaderSource.mInputLast:I
            iload 3 /* ptr */
            isub
            istore 4 /* currAmount */
        start local 4 // int currAmount
         3: .line 68
            iload 4 /* currAmount */
            ifle 7
         4: .line 69
            iload 3 /* ptr */
            aload 0 /* this */
            getfield com.ctc.wstx.io.BranchingReaderSource.mBranchStartOffset:I
            if_icmple 6
         5: .line 70
            aload 0 /* this */
            aload 0 /* this */
            getfield com.ctc.wstx.io.BranchingReaderSource.mBranchStartOffset:I
            iload 3 /* ptr */
            invokevirtual com.ctc.wstx.io.BranchingReaderSource.appendBranched:(II)V
         6: .line 72
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.io.BranchingReaderSource.mBranchStartOffset:I
        end local 4 // int currAmount
        end local 3 // int ptr
         7: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* reader */
            iload 2 /* minAmount */
            invokespecial com.ctc.wstx.io.ReaderSource.readMore:(Lcom/ctc/wstx/io/WstxInputData;I)Z
            ireturn
        end local 2 // int minAmount
        end local 1 // com.ctc.wstx.io.WstxInputData reader
        end local 0 // com.ctc.wstx.io.BranchingReaderSource this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lcom/ctc/wstx/io/BranchingReaderSource;
            0    8     1      reader  Lcom/ctc/wstx/io/WstxInputData;
            0    8     2   minAmount  I
            2    7     3         ptr  I
            3    7     4  currAmount  I
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
           Name  Flags
      reader     
      minAmount  

  public void startBranch(com.ctc.wstx.util.TextBuffer, int, boolean);
    descriptor: (Lcom/ctc/wstx/util/TextBuffer;IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.ctc.wstx.io.BranchingReaderSource this
        start local 1 // com.ctc.wstx.util.TextBuffer tb
        start local 2 // int startOffset
        start local 3 // boolean convertLFs
         0: .line 88
            aload 0 /* this */
            aload 1 /* tb */
            putfield com.ctc.wstx.io.BranchingReaderSource.mBranchBuffer:Lcom/ctc/wstx/util/TextBuffer;
         1: .line 89
            aload 0 /* this */
            iload 2 /* startOffset */
            putfield com.ctc.wstx.io.BranchingReaderSource.mBranchStartOffset:I
         2: .line 90
            aload 0 /* this */
            iload 3 /* convertLFs */
            putfield com.ctc.wstx.io.BranchingReaderSource.mConvertLFs:Z
         3: .line 91
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.io.BranchingReaderSource.mGotCR:Z
         4: .line 92
            return
        end local 3 // boolean convertLFs
        end local 2 // int startOffset
        end local 1 // com.ctc.wstx.util.TextBuffer tb
        end local 0 // com.ctc.wstx.io.BranchingReaderSource this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/ctc/wstx/io/BranchingReaderSource;
            0    5     1           tb  Lcom/ctc/wstx/util/TextBuffer;
            0    5     2  startOffset  I
            0    5     3   convertLFs  Z
    MethodParameters:
             Name  Flags
      tb           
      startOffset  
      convertLFs   

  public void endBranch(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.ctc.wstx.io.BranchingReaderSource this
        start local 1 // int endOffset
         0: .line 99
            aload 0 /* this */
            getfield com.ctc.wstx.io.BranchingReaderSource.mBranchBuffer:Lcom/ctc/wstx/util/TextBuffer;
            ifnull 4
         1: .line 100
            iload 1 /* endOffset */
            aload 0 /* this */
            getfield com.ctc.wstx.io.BranchingReaderSource.mBranchStartOffset:I
            if_icmple 3
         2: .line 101
            aload 0 /* this */
            aload 0 /* this */
            getfield com.ctc.wstx.io.BranchingReaderSource.mBranchStartOffset:I
            iload 1 /* endOffset */
            invokevirtual com.ctc.wstx.io.BranchingReaderSource.appendBranched:(II)V
         3: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.io.BranchingReaderSource.mBranchBuffer:Lcom/ctc/wstx/util/TextBuffer;
         4: .line 106
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int endOffset
        end local 0 // com.ctc.wstx.io.BranchingReaderSource this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/ctc/wstx/io/BranchingReaderSource;
            0    5     1  endOffset  I
    MethodParameters:
           Name  Flags
      endOffset  

  private void appendBranched(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // com.ctc.wstx.io.BranchingReaderSource this
        start local 1 // int startOffset
        start local 2 // int pastEnd
         0: .line 116
            aload 0 /* this */
            getfield com.ctc.wstx.io.BranchingReaderSource.mConvertLFs:Z
            ifeq 23
         1: .line 117
            aload 0 /* this */
            getfield com.ctc.wstx.io.BranchingReaderSource.mBuffer:[C
            astore 3 /* inBuf */
        start local 3 // char[] inBuf
         2: .line 121
            aload 0 /* this */
            getfield com.ctc.wstx.io.BranchingReaderSource.mBranchBuffer:Lcom/ctc/wstx/util/TextBuffer;
            invokevirtual com.ctc.wstx.util.TextBuffer.getCurrentSegment:()[C
            astore 4 /* outBuf */
        start local 4 // char[] outBuf
         3: .line 122
            aload 0 /* this */
            getfield com.ctc.wstx.io.BranchingReaderSource.mBranchBuffer:Lcom/ctc/wstx/util/TextBuffer;
            invokevirtual com.ctc.wstx.util.TextBuffer.getCurrentSegmentSize:()I
            istore 5 /* outPtr */
        start local 5 // int outPtr
         4: .line 125
            aload 0 /* this */
            getfield com.ctc.wstx.io.BranchingReaderSource.mGotCR:Z
            ifeq 20
         5: .line 126
            aload 3 /* inBuf */
            iload 1 /* startOffset */
            caload
            bipush 10
            if_icmpne 20
         6: .line 127
            iinc 1 /* startOffset */ 1
         7: .line 131
            goto 20
         8: .line 132
      StackMap locals: char[] char[] int
      StackMap stack:
            aload 3 /* inBuf */
            iload 1 /* startOffset */
            iinc 1 /* startOffset */ 1
            caload
            istore 6 /* c */
        start local 6 // char c
         9: .line 133
            iload 6 /* c */
            bipush 13
            if_icmpne 16
        10: .line 134
            iload 1 /* startOffset */
            iload 2 /* pastEnd */
            if_icmpge 14
        11: .line 135
            aload 3 /* inBuf */
            iload 1 /* startOffset */
            caload
            bipush 10
            if_icmpne 15
        12: .line 136
            iinc 1 /* startOffset */ 1
        13: .line 138
            goto 15
        14: .line 139
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.ctc.wstx.io.BranchingReaderSource.mGotCR:Z
        15: .line 141
      StackMap locals:
      StackMap stack:
            bipush 10
            istore 6 /* c */
        16: .line 145
      StackMap locals:
      StackMap stack:
            aload 4 /* outBuf */
            iload 5 /* outPtr */
            iinc 5 /* outPtr */ 1
            iload 6 /* c */
            castore
        17: .line 148
            iload 5 /* outPtr */
            aload 4 /* outBuf */
            arraylength
            if_icmplt 20
        18: .line 149
            aload 0 /* this */
            getfield com.ctc.wstx.io.BranchingReaderSource.mBranchBuffer:Lcom/ctc/wstx/util/TextBuffer;
            invokevirtual com.ctc.wstx.util.TextBuffer.finishCurrentSegment:()[C
            astore 4 /* outBuf */
        19: .line 150
            iconst_0
            istore 5 /* outPtr */
        end local 6 // char c
        20: .line 131
      StackMap locals:
      StackMap stack:
            iload 1 /* startOffset */
            iload 2 /* pastEnd */
            if_icmplt 8
        21: .line 154
            aload 0 /* this */
            getfield com.ctc.wstx.io.BranchingReaderSource.mBranchBuffer:Lcom/ctc/wstx/util/TextBuffer;
            iload 5 /* outPtr */
            invokevirtual com.ctc.wstx.util.TextBuffer.setCurrentLength:(I)V
        end local 5 // int outPtr
        end local 4 // char[] outBuf
        end local 3 // char[] inBuf
        22: .line 155
            goto 24
        23: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.io.BranchingReaderSource.mBranchBuffer:Lcom/ctc/wstx/util/TextBuffer;
            aload 0 /* this */
            getfield com.ctc.wstx.io.BranchingReaderSource.mBuffer:[C
            iload 1 /* startOffset */
            iload 2 /* pastEnd */
            iload 1 /* startOffset */
            isub
            invokevirtual com.ctc.wstx.util.TextBuffer.append:([CII)V
        24: .line 158
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int pastEnd
        end local 1 // int startOffset
        end local 0 // com.ctc.wstx.io.BranchingReaderSource this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   25     0         this  Lcom/ctc/wstx/io/BranchingReaderSource;
            0   25     1  startOffset  I
            0   25     2      pastEnd  I
            2   22     3        inBuf  [C
            3   22     4       outBuf  [C
            4   22     5       outPtr  I
            9   20     6            c  C
    MethodParameters:
             Name  Flags
      startOffset  
      pastEnd      
}
SourceFile: "BranchingReaderSource.java"