public final class com.fasterxml.jackson.core.util.TextBuffer
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.fasterxml.jackson.core.util.TextBuffer
super_class: java.lang.Object
{
static final char[] NO_CHARS;
descriptor: [C
flags: (0x0018) ACC_STATIC, ACC_FINAL
static final int MIN_SEGMENT_LEN;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 500
static final int MAX_SEGMENT_LEN;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 65536
private final com.fasterxml.jackson.core.util.BufferRecycler _allocator;
descriptor: Lcom/fasterxml/jackson/core/util/BufferRecycler;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private char[] _inputBuffer;
descriptor: [C
flags: (0x0002) ACC_PRIVATE
private int _inputStart;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int _inputLen;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private java.util.ArrayList<char[]> _segments;
descriptor: Ljava/util/ArrayList;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/ArrayList<[C>;
private boolean _hasSegments;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private int _segmentSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private char[] _currentSegment;
descriptor: [C
flags: (0x0002) ACC_PRIVATE
private int _currentSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private java.lang.String _resultString;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private char[] _resultArray;
descriptor: [C
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: iconst_0
newarray 5
putstatic com.fasterxml.jackson.core.util.TextBuffer.NO_CHARS:[C
1: return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(com.fasterxml.jackson.core.util.BufferRecycler);
descriptor: (Lcom/fasterxml/jackson/core/util/BufferRecycler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.fasterxml.jackson.core.util.TextBuffer._allocator:Lcom/fasterxml/jackson/core/util/BufferRecycler;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
0 3 1 allocator Lcom/fasterxml/jackson/core/util/BufferRecycler;
MethodParameters:
Name Flags
allocator
protected void <init>(com.fasterxml.jackson.core.util.BufferRecycler, char[]);
descriptor: (Lcom/fasterxml/jackson/core/util/BufferRecycler;[C)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.fasterxml.jackson.core.util.TextBuffer._allocator:Lcom/fasterxml/jackson/core/util/BufferRecycler;
2: aload 0
aload 2
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
3: aload 0
aload 2
arraylength
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
4: aload 0
iconst_m1
putfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
0 6 1 allocator Lcom/fasterxml/jackson/core/util/BufferRecycler;
0 6 2 initialSegment [C
MethodParameters:
Name Flags
allocator
initialSegment
public static com.fasterxml.jackson.core.util.TextBuffer fromInitial(char[]);
descriptor: ([C)Lcom/fasterxml/jackson/core/util/TextBuffer;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new com.fasterxml.jackson.core.util.TextBuffer
dup
aconst_null
aload 0
invokespecial com.fasterxml.jackson.core.util.TextBuffer.<init>:(Lcom/fasterxml/jackson/core/util/BufferRecycler;[C)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 initialSegment [C
MethodParameters:
Name Flags
initialSegment
public void releaseBuffers();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
iconst_m1
putfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
1: aload 0
iconst_0
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
2: aload 0
iconst_0
putfield com.fasterxml.jackson.core.util.TextBuffer._inputLen:I
3: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._inputBuffer:[C
4: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
5: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._hasSegments:Z
ifeq 7
6: aload 0
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.clearSegments:()V
7: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._allocator:Lcom/fasterxml/jackson/core/util/BufferRecycler;
ifnull 12
8: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
ifnull 12
9: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
astore 1
start local 1 10: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
11: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._allocator:Lcom/fasterxml/jackson/core/util/BufferRecycler;
iconst_2
aload 1
invokevirtual com.fasterxml.jackson.core.util.BufferRecycler.releaseCharBuffer:(I[C)V
end local 1 12: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
10 12 1 buf [C
public void resetWithEmpty();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_m1
putfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
1: aload 0
iconst_0
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
2: aload 0
iconst_0
putfield com.fasterxml.jackson.core.util.TextBuffer._inputLen:I
3: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._inputBuffer:[C
4: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
5: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
6: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._hasSegments:Z
ifeq 8
7: aload 0
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.clearSegments:()V
8: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
public void resetWith(char);
descriptor: (C)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iconst_m1
putfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
1: aload 0
iconst_0
putfield com.fasterxml.jackson.core.util.TextBuffer._inputLen:I
2: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
3: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
4: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._hasSegments:Z
ifeq 7
5: aload 0
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.clearSegments:()V
6: goto 9
StackMap locals:
StackMap stack:
7: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
ifnonnull 9
8: aload 0
aload 0
iconst_1
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.buf:(I)[C
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
9: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
iconst_0
iload 1
castore
10: aload 0
aload 0
iconst_1
dup_x1
putfield com.fasterxml.jackson.core.util.TextBuffer._segmentSize:I
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
11: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
0 12 1 ch C
MethodParameters:
Name Flags
ch
public void resetWithShared(char[], int, int);
descriptor: ([CII)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
1: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
2: aload 0
aload 1
putfield com.fasterxml.jackson.core.util.TextBuffer._inputBuffer:[C
3: aload 0
iload 2
putfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
4: aload 0
iload 3
putfield com.fasterxml.jackson.core.util.TextBuffer._inputLen:I
5: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._hasSegments:Z
ifeq 7
6: aload 0
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.clearSegments:()V
7: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
0 8 1 buf [C
0 8 2 start I
0 8 3 len I
MethodParameters:
Name Flags
buf
start
len
public void resetWithCopy(char[], int, int);
descriptor: ([CII)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._inputBuffer:[C
1: aload 0
iconst_m1
putfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
2: aload 0
iconst_0
putfield com.fasterxml.jackson.core.util.TextBuffer._inputLen:I
3: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
4: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
5: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._hasSegments:Z
ifeq 8
6: aload 0
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.clearSegments:()V
7: goto 10
StackMap locals:
StackMap stack:
8: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
ifnonnull 10
9: aload 0
aload 0
iload 3
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.buf:(I)[C
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
10: StackMap locals:
StackMap stack:
aload 0
aload 0
iconst_0
dup_x1
putfield com.fasterxml.jackson.core.util.TextBuffer._segmentSize:I
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
11: aload 0
aload 1
iload 2
iload 3
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.append:([CII)V
12: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
0 13 1 buf [C
0 13 2 start I
0 13 3 len I
MethodParameters:
Name Flags
buf
start
len
public void resetWithCopy(java.lang.String, int, int);
descriptor: (Ljava/lang/String;II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._inputBuffer:[C
1: aload 0
iconst_m1
putfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
2: aload 0
iconst_0
putfield com.fasterxml.jackson.core.util.TextBuffer._inputLen:I
3: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
4: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
5: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._hasSegments:Z
ifeq 8
6: aload 0
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.clearSegments:()V
7: goto 10
StackMap locals:
StackMap stack:
8: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
ifnonnull 10
9: aload 0
aload 0
iload 3
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.buf:(I)[C
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
10: StackMap locals:
StackMap stack:
aload 0
aload 0
iconst_0
dup_x1
putfield com.fasterxml.jackson.core.util.TextBuffer._segmentSize:I
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
11: aload 0
aload 1
iload 2
iload 3
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.append:(Ljava/lang/String;II)V
12: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
0 13 1 text Ljava/lang/String;
0 13 2 start I
0 13 3 len I
MethodParameters:
Name Flags
text
start
len
public void resetWithString(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._inputBuffer:[C
1: aload 0
iconst_m1
putfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
2: aload 0
iconst_0
putfield com.fasterxml.jackson.core.util.TextBuffer._inputLen:I
3: aload 0
aload 1
putfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
4: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
5: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._hasSegments:Z
ifeq 7
6: aload 0
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.clearSegments:()V
7: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
8: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
0 9 1 value Ljava/lang/String;
MethodParameters:
Name Flags
value
public char[] getBufferWithoutReset();
descriptor: ()[C
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
private char[] buf(int);
descriptor: (I)[C
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._allocator:Lcom/fasterxml/jackson/core/util/BufferRecycler;
ifnull 2
1: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._allocator:Lcom/fasterxml/jackson/core/util/BufferRecycler;
iconst_2
iload 1
invokevirtual com.fasterxml.jackson.core.util.BufferRecycler.allocCharBuffer:(II)[C
areturn
2: StackMap locals:
StackMap stack:
iload 1
sipush 500
invokestatic java.lang.Math.max:(II)I
newarray 5
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
0 3 1 needed I
MethodParameters:
Name Flags
needed
private void clearSegments();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
iconst_0
putfield com.fasterxml.jackson.core.util.TextBuffer._hasSegments:Z
1: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._segments:Ljava/util/ArrayList;
invokevirtual java.util.ArrayList.clear:()V
2: aload 0
aload 0
iconst_0
dup_x1
putfield com.fasterxml.jackson.core.util.TextBuffer._segmentSize:I
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
iflt 2
1: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputLen:I
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
ifnull 4
3: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
arraylength
ireturn
4: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
ifnull 6
5: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
invokevirtual java.lang.String.length:()I
ireturn
6: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._segmentSize:I
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
public int getTextOffset();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
iflt 1
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
public boolean hasTextAsCharacters();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
ifge 1
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
ifnull 2
StackMap locals:
StackMap stack:
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
ifnull 3
iconst_0
ireturn
3: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
public char[] getTextBuffer();
descriptor: ()[C
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
iflt 1
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputBuffer:[C
areturn
1: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
ifnull 2
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
ifnull 4
3: aload 0
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
invokevirtual java.lang.String.toCharArray:()[C
dup_x1
putfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
areturn
4: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._hasSegments:Z
ifne 8
5: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
ifnonnull 6
getstatic com.fasterxml.jackson.core.util.TextBuffer.NO_CHARS:[C
goto 7
StackMap locals:
StackMap stack:
6: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
StackMap locals:
StackMap stack: char[]
7: areturn
8: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.contentsAsArray:()[C
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
public java.lang.String contentsAsString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
ifnonnull 27
1: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
ifnull 4
2: aload 0
new java.lang.String
dup
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
invokespecial java.lang.String.<init>:([C)V
putfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
3: goto 27
4: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
iflt 9
5: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputLen:I
iconst_1
if_icmpge 7
6: aload 0
ldc ""
dup_x1
putfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
areturn
7: StackMap locals:
StackMap stack:
aload 0
new java.lang.String
dup
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputBuffer:[C
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputLen:I
invokespecial java.lang.String.<init>:([CII)V
putfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
8: goto 27
9: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._segmentSize:I
istore 1
start local 1 10: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
istore 2
start local 2 11: iload 1
ifne 16
12: aload 0
iload 2
ifne 13
ldc ""
goto 14
StackMap locals: com.fasterxml.jackson.core.util.TextBuffer int int
StackMap stack: com.fasterxml.jackson.core.util.TextBuffer
13: new java.lang.String
dup
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
iconst_0
iload 2
invokespecial java.lang.String.<init>:([CII)V
StackMap locals: com.fasterxml.jackson.core.util.TextBuffer int int
StackMap stack: com.fasterxml.jackson.core.util.TextBuffer java.lang.String
14: putfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
15: goto 27
16: StackMap locals:
StackMap stack:
new java.lang.StringBuilder
dup
iload 1
iload 2
iadd
invokespecial java.lang.StringBuilder.<init>:(I)V
astore 3
start local 3 17: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._segments:Ljava/util/ArrayList;
ifnull 25
18: iconst_0
istore 4
start local 4 19: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._segments:Ljava/util/ArrayList;
invokevirtual java.util.ArrayList.size:()I
istore 5
start local 5 20: goto 24
21: StackMap locals: java.lang.StringBuilder int int
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._segments:Ljava/util/ArrayList;
iload 4
invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
checkcast char[]
astore 6
start local 6 22: aload 3
aload 6
iconst_0
aload 6
arraylength
invokevirtual java.lang.StringBuilder.append:([CII)Ljava/lang/StringBuilder;
pop
end local 6 23: iinc 4 1
StackMap locals:
StackMap stack:
24: iload 4
iload 5
if_icmplt 21
end local 5 end local 4 25: StackMap locals:
StackMap stack:
aload 3
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
iconst_0
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
invokevirtual java.lang.StringBuilder.append:([CII)Ljava/lang/StringBuilder;
pop
26: aload 0
aload 3
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
putfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
end local 3 end local 2 end local 1 27: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 28 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
10 27 1 segLen I
11 27 2 currLen I
17 27 3 sb Ljava/lang/StringBuilder;
19 25 4 i I
20 25 5 len I
22 23 6 curr [C
public char[] contentsAsArray();
descriptor: ()[C
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
astore 1
start local 1 1: aload 1
ifnonnull 3
2: aload 0
aload 0
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.resultArray:()[C
dup
astore 1
putfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
3: StackMap locals: char[]
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
1 4 1 result [C
public java.math.BigDecimal contentsAsDecimal();
descriptor: ()Ljava/math/BigDecimal;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
ifnull 2
1: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
invokestatic com.fasterxml.jackson.core.io.NumberInput.parseBigDecimal:([C)Ljava/math/BigDecimal;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
iflt 4
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputBuffer:[C
ifnull 4
3: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputBuffer:[C
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputLen:I
invokestatic com.fasterxml.jackson.core.io.NumberInput.parseBigDecimal:([CII)Ljava/math/BigDecimal;
areturn
4: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._segmentSize:I
ifne 6
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
ifnull 6
5: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
iconst_0
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
invokestatic com.fasterxml.jackson.core.io.NumberInput.parseBigDecimal:([CII)Ljava/math/BigDecimal;
areturn
6: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.contentsAsArray:()[C
invokestatic com.fasterxml.jackson.core.io.NumberInput.parseBigDecimal:([C)Ljava/math/BigDecimal;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
Exceptions:
throws java.lang.NumberFormatException
public double contentsAsDouble();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.contentsAsString:()Ljava/lang/String;
invokestatic com.fasterxml.jackson.core.io.NumberInput.parseDouble:(Ljava/lang/String;)D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
Exceptions:
throws java.lang.NumberFormatException
public int contentsAsInt(boolean);
descriptor: (Z)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
iflt 4
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputBuffer:[C
ifnull 4
1: iload 1
ifeq 3
2: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputBuffer:[C
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
iconst_1
iadd
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputLen:I
iconst_1
isub
invokestatic com.fasterxml.jackson.core.io.NumberInput.parseInt:([CII)I
ineg
ireturn
3: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputBuffer:[C
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputLen:I
invokestatic com.fasterxml.jackson.core.io.NumberInput.parseInt:([CII)I
ireturn
4: StackMap locals:
StackMap stack:
iload 1
ifeq 6
5: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
iconst_1
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
iconst_1
isub
invokestatic com.fasterxml.jackson.core.io.NumberInput.parseInt:([CII)I
ineg
ireturn
6: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
iconst_0
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
invokestatic com.fasterxml.jackson.core.io.NumberInput.parseInt:([CII)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
0 7 1 neg Z
MethodParameters:
Name Flags
neg
public long contentsAsLong(boolean);
descriptor: (Z)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
iflt 4
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputBuffer:[C
ifnull 4
1: iload 1
ifeq 3
2: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputBuffer:[C
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
iconst_1
iadd
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputLen:I
iconst_1
isub
invokestatic com.fasterxml.jackson.core.io.NumberInput.parseLong:([CII)J
lneg
lreturn
3: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputBuffer:[C
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputLen:I
invokestatic com.fasterxml.jackson.core.io.NumberInput.parseLong:([CII)J
lreturn
4: StackMap locals:
StackMap stack:
iload 1
ifeq 6
5: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
iconst_1
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
iconst_1
isub
invokestatic com.fasterxml.jackson.core.io.NumberInput.parseLong:([CII)J
lneg
lreturn
6: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
iconst_0
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
invokestatic com.fasterxml.jackson.core.io.NumberInput.parseLong:([CII)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
0 7 1 neg Z
MethodParameters:
Name Flags
neg
public int contentsToWriter(java.io.Writer);
descriptor: (Ljava/io/Writer;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=7, args_size=2
start local 0 start local 1 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
ifnull 3
1: aload 1
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
invokevirtual java.io.Writer.write:([C)V
2: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
arraylength
ireturn
3: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
ifnull 6
4: aload 1
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
5: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
invokevirtual java.lang.String.length:()I
ireturn
6: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
iflt 11
7: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputLen:I
istore 2
start local 2 8: iload 2
ifle 10
9: aload 1
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputBuffer:[C
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
iload 2
invokevirtual java.io.Writer.write:([CII)V
10: StackMap locals: int
StackMap stack:
iload 2
ireturn
end local 2 11: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 12: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._segments:Ljava/util/ArrayList;
ifnull 22
13: iconst_0
istore 3
start local 3 14: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._segments:Ljava/util/ArrayList;
invokevirtual java.util.ArrayList.size:()I
istore 4
start local 4 15: goto 21
16: StackMap locals: int int int
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._segments:Ljava/util/ArrayList;
iload 3
invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
checkcast char[]
astore 5
start local 5 17: aload 5
arraylength
istore 6
start local 6 18: aload 1
aload 5
iconst_0
iload 6
invokevirtual java.io.Writer.write:([CII)V
19: iload 2
iload 6
iadd
istore 2
end local 6 end local 5 20: iinc 3 1
StackMap locals:
StackMap stack:
21: iload 3
iload 4
if_icmplt 16
end local 4 end local 3 22: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
istore 3
start local 3 23: iload 3
ifle 26
24: aload 1
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
iconst_0
iload 3
invokevirtual java.io.Writer.write:([CII)V
25: iload 2
iload 3
iadd
istore 2
26: StackMap locals: int
StackMap stack:
iload 2
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 27 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
0 27 1 w Ljava/io/Writer;
8 11 2 len I
12 27 2 total I
14 22 3 i I
15 22 4 end I
17 20 5 curr [C
18 20 6 currLen I
23 27 3 len I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
w
public void ensureNotShared();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
iflt 2
1: aload 0
bipush 16
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.unshare:(I)V
2: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
public void append(char);
descriptor: (C)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
iflt 2
1: aload 0
bipush 16
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.unshare:(I)V
2: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
3: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
4: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
astore 2
start local 2 5: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
aload 2
arraylength
if_icmplt 8
6: aload 0
iconst_1
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.expand:(I)V
7: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
astore 2
8: StackMap locals: char[]
StackMap stack:
aload 2
aload 0
dup
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
dup_x1
iconst_1
iadd
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
iload 1
castore
9: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
0 10 1 c C
5 10 2 curr [C
MethodParameters:
Name Flags
c
public void append(char[], int, int);
descriptor: ([CII)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
iflt 2
1: aload 0
iload 3
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.unshare:(I)V
2: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
3: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
4: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
astore 4
start local 4 5: aload 4
arraylength
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
isub
istore 5
start local 5 6: iload 5
iload 3
if_icmplt 10
7: aload 1
iload 2
aload 4
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
iload 3
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
8: aload 0
dup
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
iload 3
iadd
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
9: return
10: StackMap locals: char[] int
StackMap stack:
iload 5
ifle 14
11: aload 1
iload 2
aload 4
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
iload 5
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
12: iload 2
iload 5
iadd
istore 2
13: iload 3
iload 5
isub
istore 3
14: StackMap locals:
StackMap stack:
aload 0
iload 3
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.expand:(I)V
15: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
arraylength
iload 3
invokestatic java.lang.Math.min:(II)I
istore 6
start local 6 16: aload 1
iload 2
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
iconst_0
iload 6
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
17: aload 0
dup
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
iload 6
iadd
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
18: iload 2
iload 6
iadd
istore 2
19: iload 3
iload 6
isub
istore 3
end local 6 20: iload 3
21: ifgt 14
22: return
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 23 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
0 23 1 c [C
0 23 2 start I
0 23 3 len I
5 23 4 curr [C
6 23 5 max I
16 20 6 amount I
MethodParameters:
Name Flags
c
start
len
public void append(java.lang.String, int, int);
descriptor: (Ljava/lang/String;II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
iflt 2
1: aload 0
iload 3
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.unshare:(I)V
2: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
3: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
4: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
astore 4
start local 4 5: aload 4
arraylength
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
isub
istore 5
start local 5 6: iload 5
iload 3
if_icmplt 10
7: aload 1
iload 2
iload 2
iload 3
iadd
aload 4
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
invokevirtual java.lang.String.getChars:(II[CI)V
8: aload 0
dup
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
iload 3
iadd
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
9: return
10: StackMap locals: char[] int
StackMap stack:
iload 5
ifle 14
11: aload 1
iload 2
iload 2
iload 5
iadd
aload 4
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
invokevirtual java.lang.String.getChars:(II[CI)V
12: iload 3
iload 5
isub
istore 3
13: iload 2
iload 5
iadd
istore 2
14: StackMap locals:
StackMap stack:
aload 0
iload 3
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.expand:(I)V
15: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
arraylength
iload 3
invokestatic java.lang.Math.min:(II)I
istore 6
start local 6 16: aload 1
iload 2
iload 2
iload 6
iadd
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
iconst_0
invokevirtual java.lang.String.getChars:(II[CI)V
17: aload 0
dup
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
iload 6
iadd
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
18: iload 2
iload 6
iadd
istore 2
19: iload 3
iload 6
isub
istore 3
end local 6 20: iload 3
21: ifgt 14
22: return
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 23 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
0 23 1 str Ljava/lang/String;
0 23 2 offset I
0 23 3 len I
5 23 4 curr [C
6 23 5 max I
16 20 6 amount I
MethodParameters:
Name Flags
str
offset
len
public char[] getCurrentSegment();
descriptor: ()[C
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
iflt 3
1: aload 0
iconst_1
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.unshare:(I)V
2: goto 9
3: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
astore 1
start local 1 4: aload 1
ifnonnull 7
5: aload 0
aload 0
iconst_0
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.buf:(I)[C
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
6: goto 9
StackMap locals: char[]
StackMap stack:
7: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
aload 1
arraylength
if_icmplt 9
8: aload 0
iconst_1
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.expand:(I)V
end local 1 9: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
4 9 1 curr [C
public char[] emptyAndGetCurrentSegment();
descriptor: ()[C
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
iconst_m1
putfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
1: aload 0
iconst_0
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
2: aload 0
iconst_0
putfield com.fasterxml.jackson.core.util.TextBuffer._inputLen:I
3: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._inputBuffer:[C
4: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
5: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._resultArray:[C
6: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._hasSegments:Z
ifeq 8
7: aload 0
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.clearSegments:()V
8: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
astore 1
start local 1 9: aload 1
ifnonnull 11
10: aload 0
aload 0
iconst_0
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.buf:(I)[C
dup
astore 1
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
11: StackMap locals: char[]
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
9 12 1 curr [C
public int getCurrentSegmentSize();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
public void setCurrentLength(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
0 1 1 len I
MethodParameters:
Name Flags
len
public java.lang.String setCurrentAndReturn(int);
descriptor: (I)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
1: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._segmentSize:I
ifle 3
2: aload 0
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.contentsAsString:()Ljava/lang/String;
areturn
3: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
istore 2
start local 2 4: iload 2
ifne 5
ldc ""
goto 6
StackMap locals: int
StackMap stack:
5: new java.lang.String
dup
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
iconst_0
iload 2
invokespecial java.lang.String.<init>:([CII)V
StackMap locals:
StackMap stack: java.lang.String
6: astore 3
start local 3 7: aload 0
aload 3
putfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
8: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
0 9 1 len I
4 9 2 currLen I
7 9 3 str Ljava/lang/String;
MethodParameters:
Name Flags
len
public char[] finishCurrentSegment();
descriptor: ()[C
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._segments:Ljava/util/ArrayList;
ifnonnull 2
1: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield com.fasterxml.jackson.core.util.TextBuffer._segments:Ljava/util/ArrayList;
2: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield com.fasterxml.jackson.core.util.TextBuffer._hasSegments:Z
3: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._segments:Ljava/util/ArrayList;
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
pop
4: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
arraylength
istore 1
start local 1 5: aload 0
dup
getfield com.fasterxml.jackson.core.util.TextBuffer._segmentSize:I
iload 1
iadd
putfield com.fasterxml.jackson.core.util.TextBuffer._segmentSize:I
6: aload 0
iconst_0
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
7: iload 1
iload 1
iconst_1
ishr
iadd
istore 2
start local 2 8: iload 2
sipush 500
if_icmpge 11
9: sipush 500
istore 2
10: goto 13
StackMap locals: int int
StackMap stack:
11: iload 2
ldc 65536
if_icmple 13
12: ldc 65536
istore 2
13: StackMap locals:
StackMap stack:
aload 0
iload 2
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.carr:(I)[C
astore 3
start local 3 14: aload 0
aload 3
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
15: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
5 16 1 oldLen I
8 16 2 newLen I
14 16 3 curr [C
public char[] expandCurrentSegment();
descriptor: ()[C
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
astore 1
start local 1 1: aload 1
arraylength
istore 2
start local 2 2: iload 2
iload 2
iconst_1
ishr
iadd
istore 3
start local 3 3: iload 3
ldc 65536
if_icmple 5
4: iload 2
iload 2
iconst_2
ishr
iadd
istore 3
5: StackMap locals: char[] int int
StackMap stack:
aload 0
aload 1
iload 3
invokestatic java.util.Arrays.copyOf:([CI)[C
dup_x1
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
1 6 1 curr [C
2 6 2 len I
3 6 3 newLen I
public char[] expandCurrentSegment(int);
descriptor: (I)[C
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
astore 2
start local 2 1: aload 2
arraylength
iload 1
if_icmplt 2
aload 2
areturn
2: StackMap locals: char[]
StackMap stack:
aload 0
aload 2
iload 1
invokestatic java.util.Arrays.copyOf:([CI)[C
dup
astore 2
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
3: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
0 4 1 minSize I
1 4 2 curr [C
MethodParameters:
Name Flags
minSize
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.contentsAsString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
private void unshare(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=6, args_size=2
start local 0 start local 1 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputLen:I
istore 2
start local 2 1: aload 0
iconst_0
putfield com.fasterxml.jackson.core.util.TextBuffer._inputLen:I
2: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputBuffer:[C
astore 3
start local 3 3: aload 0
aconst_null
putfield com.fasterxml.jackson.core.util.TextBuffer._inputBuffer:[C
4: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
istore 4
start local 4 5: aload 0
iconst_m1
putfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
6: iload 2
iload 1
iadd
istore 5
start local 5 7: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
ifnull 8
iload 5
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
arraylength
if_icmple 9
8: StackMap locals: com.fasterxml.jackson.core.util.TextBuffer int int char[] int int
StackMap stack:
aload 0
aload 0
iload 5
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.buf:(I)[C
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
9: StackMap locals:
StackMap stack:
iload 2
ifle 11
10: aload 3
iload 4
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
iconst_0
iload 2
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
11: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield com.fasterxml.jackson.core.util.TextBuffer._segmentSize:I
12: aload 0
iload 2
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
13: return
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 14 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
0 14 1 needExtra I
1 14 2 sharedLen I
3 14 3 inputBuf [C
5 14 4 start I
7 14 5 needed I
MethodParameters:
Name Flags
needExtra
private void expand(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._segments:Ljava/util/ArrayList;
ifnonnull 2
1: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield com.fasterxml.jackson.core.util.TextBuffer._segments:Ljava/util/ArrayList;
2: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
astore 2
start local 2 3: aload 0
iconst_1
putfield com.fasterxml.jackson.core.util.TextBuffer._hasSegments:Z
4: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._segments:Ljava/util/ArrayList;
aload 2
invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
pop
5: aload 0
dup
getfield com.fasterxml.jackson.core.util.TextBuffer._segmentSize:I
aload 2
arraylength
iadd
putfield com.fasterxml.jackson.core.util.TextBuffer._segmentSize:I
6: aload 0
iconst_0
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
7: aload 2
arraylength
istore 3
start local 3 8: iload 3
iload 3
iconst_1
ishr
iadd
istore 4
start local 4 9: iload 4
sipush 500
if_icmpge 12
10: sipush 500
istore 4
11: goto 14
StackMap locals: char[] int int
StackMap stack:
12: iload 4
ldc 65536
if_icmple 14
13: ldc 65536
istore 4
14: StackMap locals:
StackMap stack:
aload 0
aload 0
iload 4
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.carr:(I)[C
putfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
15: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
0 16 1 minNewSegmentSize I
3 16 2 curr [C
8 16 3 oldLen I
9 16 4 newLen I
MethodParameters:
Name Flags
minNewSegmentSize
private char[] resultArray();
descriptor: ()[C
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=8, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
ifnull 2
1: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._resultString:Ljava/lang/String;
invokevirtual java.lang.String.toCharArray:()[C
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
iflt 10
3: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputLen:I
istore 1
start local 1 4: iload 1
iconst_1
if_icmpge 6
5: getstatic com.fasterxml.jackson.core.util.TextBuffer.NO_CHARS:[C
areturn
6: StackMap locals: int
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputStart:I
istore 2
start local 2 7: iload 2
ifne 9
8: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputBuffer:[C
iload 1
invokestatic java.util.Arrays.copyOf:([CI)[C
areturn
9: StackMap locals: int
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._inputBuffer:[C
iload 2
iload 2
iload 1
iadd
invokestatic java.util.Arrays.copyOfRange:([CII)[C
areturn
end local 2 end local 1 10: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.size:()I
istore 1
start local 1 11: iload 1
iconst_1
if_icmpge 13
12: getstatic com.fasterxml.jackson.core.util.TextBuffer.NO_CHARS:[C
areturn
13: StackMap locals: int
StackMap stack:
iconst_0
istore 2
start local 2 14: aload 0
iload 1
invokevirtual com.fasterxml.jackson.core.util.TextBuffer.carr:(I)[C
astore 3
start local 3 15: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._segments:Ljava/util/ArrayList;
ifnull 25
16: iconst_0
istore 4
start local 4 17: aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._segments:Ljava/util/ArrayList;
invokevirtual java.util.ArrayList.size:()I
istore 5
start local 5 18: goto 24
19: StackMap locals: com.fasterxml.jackson.core.util.TextBuffer int int char[] int int
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._segments:Ljava/util/ArrayList;
iload 4
invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
checkcast char[]
astore 6
start local 6 20: aload 6
arraylength
istore 7
start local 7 21: aload 6
iconst_0
aload 3
iload 2
iload 7
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
22: iload 2
iload 7
iadd
istore 2
end local 7 end local 6 23: iinc 4 1
StackMap locals:
StackMap stack:
24: iload 4
iload 5
if_icmplt 19
end local 5 end local 4 25: StackMap locals:
StackMap stack:
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSegment:[C
iconst_0
aload 3
iload 2
aload 0
getfield com.fasterxml.jackson.core.util.TextBuffer._currentSize:I
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
26: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 27 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
4 10 1 len I
7 10 2 start I
11 27 1 size I
14 27 2 offset I
15 27 3 result [C
17 25 4 i I
18 25 5 len I
20 23 6 curr [C
21 23 7 currLen I
private char[] carr(int);
descriptor: (I)[C
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: iload 1
newarray 5
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/core/util/TextBuffer;
0 1 1 len I
MethodParameters:
Name Flags
len
}
SourceFile: "TextBuffer.java"