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 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
aload 1
aload 2
aload 6
invokeinterface javax.xml.stream.Location.getPublicId:()Ljava/lang/String;
aload 7
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: aload 0
aload 3
putfield com.ctc.wstx.io.CharArraySource.mBuffer:[C
2: aload 0
iload 4
putfield com.ctc.wstx.io.CharArraySource.mOffset:I
3: aload 0
iload 4
iload 5
iadd
putfield com.ctc.wstx.io.CharArraySource.mInputLast:I
4: aload 0
aload 6
putfield com.ctc.wstx.io.CharArraySource.mContentStart:Ljavax/xml/stream/Location;
5: return
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 0: iconst_1
ireturn
end local 0 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 start local 1 0: aload 1
aload 0
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: aload 1
aload 0
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: aload 1
aload 0
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: return
end local 1 end local 0 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 start local 1 0: aload 0
getfield com.ctc.wstx.io.CharArraySource.mBuffer:[C
ifnonnull 2
1: iconst_m1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.io.CharArraySource.mInputLast:I
aload 0
getfield com.ctc.wstx.io.CharArraySource.mOffset:I
isub
istore 2
start local 2 3: iload 2
iconst_1
if_icmpge 5
4: iconst_m1
ireturn
5: StackMap locals: int
StackMap stack:
aload 1
aload 0
getfield com.ctc.wstx.io.CharArraySource.mBuffer:[C
putfield com.ctc.wstx.io.WstxInputData.mInputBuffer:[C
6: aload 1
aload 0
getfield com.ctc.wstx.io.CharArraySource.mOffset:I
putfield com.ctc.wstx.io.WstxInputData.mInputPtr:I
7: aload 1
aload 0
getfield com.ctc.wstx.io.CharArraySource.mInputLast:I
putfield com.ctc.wstx.io.WstxInputData.mInputEnd:I
8: aload 0
aload 0
getfield com.ctc.wstx.io.CharArraySource.mInputLast:I
putfield com.ctc.wstx.io.CharArraySource.mOffset:I
9: iload 2
ireturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 1
getfield com.ctc.wstx.io.WstxInputData.mInputPtr:I
aload 1
getfield com.ctc.wstx.io.WstxInputData.mInputEnd:I
if_icmplt 5
1: aload 0
getfield com.ctc.wstx.io.CharArraySource.mInputLast:I
aload 0
getfield com.ctc.wstx.io.CharArraySource.mOffset:I
isub
istore 3
start local 3 2: iload 3
iload 2
if_icmplt 5
3: aload 0
aload 1
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 5: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 2 end local 1 end local 0 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 0: aload 0
aconst_null
putfield com.ctc.wstx.io.CharArraySource.mBuffer:[C
1: return
end local 0 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 0: aload 0
invokevirtual com.ctc.wstx.io.CharArraySource.close:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/ctc/wstx/io/CharArraySource;
}
SourceFile: "CharArraySource.java"