public final class com.ctc.wstx.io.CharArraySource extends com.ctc.wstx.io.BaseInputSource
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.ctc.wstx.io.CharArraySource
  super_class: com.ctc.wstx.io.BaseInputSource
{
  int mOffset;
    descriptor: I
    flags: (0x0000) 

  final javax.xml.stream.Location mContentStart;
    descriptor: Ljavax/xml/stream/Location;
    flags: (0x0010) ACC_FINAL

  protected void <init>(com.ctc.wstx.io.WstxInputSource, java.lang.String, char[], int, int, javax.xml.stream.Location, com.ctc.wstx.io.SystemId);
    descriptor: (Lcom/ctc/wstx/io/WstxInputSource;Ljava/lang/String;[CIILjavax/xml/stream/Location;Lcom/ctc/wstx/io/SystemId;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=8, args_size=8
        start local 0 // com.ctc.wstx.io.CharArraySource this
        start local 1 // com.ctc.wstx.io.WstxInputSource parent
        start local 2 // java.lang.String fromEntity
        start local 3 // char[] chars
        start local 4 // int offset
        start local 5 // int len
        start local 6 // javax.xml.stream.Location loc
        start local 7 // com.ctc.wstx.io.SystemId sysId
         0: .line 23
            aload 0 /* this */
            aload 1 /* parent */
            aload 2 /* fromEntity */
            aload 6 /* loc */
            invokeinterface javax.xml.stream.Location.getPublicId:()Ljava/lang/String;
            aload 7 /* 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 25
            aload 0 /* this */
            aload 3 /* chars */
            putfield com.ctc.wstx.io.CharArraySource.mBuffer:[C
         2: .line 26
            aload 0 /* this */
            iload 4 /* offset */
            putfield com.ctc.wstx.io.CharArraySource.mOffset:I
         3: .line 27
            aload 0 /* this */
            iload 4 /* offset */
            iload 5 /* len */
            iadd
            putfield com.ctc.wstx.io.CharArraySource.mInputLast:I
         4: .line 28
            aload 0 /* this */
            aload 6 /* loc */
            putfield com.ctc.wstx.io.CharArraySource.mContentStart:Ljavax/xml/stream/Location;
         5: .line 29
            return
        end local 7 // com.ctc.wstx.io.SystemId sysId
        end local 6 // javax.xml.stream.Location loc
        end local 5 // int len
        end local 4 // int offset
        end local 3 // char[] chars
        end local 2 // java.lang.String fromEntity
        end local 1 // com.ctc.wstx.io.WstxInputSource parent
        end local 0 // com.ctc.wstx.io.CharArraySource this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lcom/ctc/wstx/io/CharArraySource;
            0    6     1      parent  Lcom/ctc/wstx/io/WstxInputSource;
            0    6     2  fromEntity  Ljava/lang/String;
            0    6     3       chars  [C
            0    6     4      offset  I
            0    6     5         len  I
            0    6     6         loc  Ljavax/xml/stream/Location;
            0    6     7       sysId  Lcom/ctc/wstx/io/SystemId;
    MethodParameters:
            Name  Flags
      parent      
      fromEntity  
      chars       
      offset      
      len         
      loc         
      sysId       

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

  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.CharArraySource this
        start local 1 // com.ctc.wstx.io.WstxInputData reader
         0: .line 47
            aload 1 /* reader */
            aload 0 /* this */
            getfield com.ctc.wstx.io.CharArraySource.mContentStart:Ljavax/xml/stream/Location;
            invokeinterface javax.xml.stream.Location.getCharacterOffset:()I
            i2l
            putfield com.ctc.wstx.io.WstxInputData.mCurrInputProcessed:J
         1: .line 48
            aload 1 /* reader */
            aload 0 /* this */
            getfield com.ctc.wstx.io.CharArraySource.mContentStart:Ljavax/xml/stream/Location;
            invokeinterface javax.xml.stream.Location.getLineNumber:()I
            putfield com.ctc.wstx.io.WstxInputData.mCurrInputRow:I
         2: .line 53
            aload 1 /* reader */
            aload 0 /* this */
            getfield com.ctc.wstx.io.CharArraySource.mContentStart:Ljavax/xml/stream/Location;
            invokeinterface javax.xml.stream.Location.getColumnNumber:()I
            ineg
            iconst_1
            iadd
            putfield com.ctc.wstx.io.WstxInputData.mCurrInputRowStart:I
         3: .line 54
            return
        end local 1 // com.ctc.wstx.io.WstxInputData reader
        end local 0 // com.ctc.wstx.io.CharArraySource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/ctc/wstx/io/CharArraySource;
            0    4     1  reader  Lcom/ctc/wstx/io/WstxInputData;
    MethodParameters:
        Name  Flags
      reader  

  public int readInto(com.ctc.wstx.io.WstxInputData);
    descriptor: (Lcom/ctc/wstx/io/WstxInputData;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.ctc.wstx.io.CharArraySource this
        start local 1 // com.ctc.wstx.io.WstxInputData reader
         0: .line 62
            aload 0 /* this */
            getfield com.ctc.wstx.io.CharArraySource.mBuffer:[C
            ifnonnull 2
         1: .line 63
            iconst_m1
            ireturn
         2: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.io.CharArraySource.mInputLast:I
            aload 0 /* this */
            getfield com.ctc.wstx.io.CharArraySource.mOffset:I
            isub
            istore 2 /* len */
        start local 2 // int len
         3: .line 72
            iload 2 /* len */
            iconst_1
            if_icmpge 5
         4: .line 73
            iconst_m1
            ireturn
         5: .line 75
      StackMap locals: int
      StackMap stack:
            aload 1 /* reader */
            aload 0 /* this */
            getfield com.ctc.wstx.io.CharArraySource.mBuffer:[C
            putfield com.ctc.wstx.io.WstxInputData.mInputBuffer:[C
         6: .line 76
            aload 1 /* reader */
            aload 0 /* this */
            getfield com.ctc.wstx.io.CharArraySource.mOffset:I
            putfield com.ctc.wstx.io.WstxInputData.mInputPtr:I
         7: .line 77
            aload 1 /* reader */
            aload 0 /* this */
            getfield com.ctc.wstx.io.CharArraySource.mInputLast:I
            putfield com.ctc.wstx.io.WstxInputData.mInputEnd:I
         8: .line 79
            aload 0 /* this */
            aload 0 /* this */
            getfield com.ctc.wstx.io.CharArraySource.mInputLast:I
            putfield com.ctc.wstx.io.CharArraySource.mOffset:I
         9: .line 80
            iload 2 /* len */
            ireturn
        end local 2 // int len
        end local 1 // com.ctc.wstx.io.WstxInputData reader
        end local 0 // com.ctc.wstx.io.CharArraySource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/ctc/wstx/io/CharArraySource;
            0   10     1  reader  Lcom/ctc/wstx/io/WstxInputData;
            3   10     2     len  I
    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=2, locals=4, args_size=3
        start local 0 // com.ctc.wstx.io.CharArraySource this
        start local 1 // com.ctc.wstx.io.WstxInputData reader
        start local 2 // int minAmount
         0: .line 90
            aload 1 /* reader */
            getfield com.ctc.wstx.io.WstxInputData.mInputPtr:I
            aload 1 /* reader */
            getfield com.ctc.wstx.io.WstxInputData.mInputEnd:I
            if_icmplt 5
         1: .line 91
            aload 0 /* this */
            getfield com.ctc.wstx.io.CharArraySource.mInputLast:I
            aload 0 /* this */
            getfield com.ctc.wstx.io.CharArraySource.mOffset:I
            isub
            istore 3 /* len */
        start local 3 // int len
         2: .line 92
            iload 3 /* len */
            iload 2 /* minAmount */
            if_icmplt 5
         3: .line 93
            aload 0 /* this */
            aload 1 /* reader */
            invokevirtual com.ctc.wstx.io.CharArraySource.readInto:(Lcom/ctc/wstx/io/WstxInputData;)I
            ifle 4
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         4: iconst_0
            ireturn
        end local 3 // int len
         5: .line 96
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int minAmount
        end local 1 // com.ctc.wstx.io.WstxInputData reader
        end local 0 // com.ctc.wstx.io.CharArraySource this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/ctc/wstx/io/CharArraySource;
            0    6     1     reader  Lcom/ctc/wstx/io/WstxInputData;
            0    6     2  minAmount  I
            2    5     3        len  I
    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.CharArraySource this
         0: .line 105
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.io.CharArraySource.mBuffer:[C
         1: .line 106
            return
        end local 0 // com.ctc.wstx.io.CharArraySource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/ctc/wstx/io/CharArraySource;

  public void closeCompletely();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.io.CharArraySource this
         0: .line 110
            aload 0 /* this */
            invokevirtual com.ctc.wstx.io.CharArraySource.close:()V
         1: .line 111
            return
        end local 0 // com.ctc.wstx.io.CharArraySource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/ctc/wstx/io/CharArraySource;
}
SourceFile: "CharArraySource.java"