class org.jruby.RubyEncoding$ISOCoder
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.RubyEncoding$ISOCoder
super_class: java.lang.Object
{
private final char[] charBuffer;
descriptor: [C
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
sipush 1024
newarray 5
putfield org.jruby.RubyEncoding$ISOCoder.charBuffer:[C
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/RubyEncoding$ISOCoder;
public final java.lang.String decode(byte[], int, int);
descriptor: ([BII)Ljava/lang/String;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=5, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.jruby.RubyEncoding$ISOCoder.charBuffer:[C
astore 4
start local 4 1: iconst_0
istore 5
start local 5 2: goto 5
3: StackMap locals: char[] int
StackMap stack:
aload 4
iload 5
aload 1
iload 5
iload 2
iadd
baload
sipush 255
iand
i2c
castore
4: iinc 5 1
StackMap locals:
StackMap stack:
5: iload 5
iload 3
if_icmplt 3
end local 5 6: new java.lang.String
dup
aload 4
iconst_0
iload 3
invokespecial java.lang.String.<init>:([CII)V
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/jruby/RubyEncoding$ISOCoder;
0 7 1 bytes [B
0 7 2 start I
0 7 3 length I
1 7 4 charBuffer [C
2 6 5 i I
MethodParameters:
Name Flags
bytes
start
length
}
SourceFile: "RubyEncoding.java"
NestHost: org.jruby.RubyEncoding
InnerClasses:
private ISOCoder = org.jruby.RubyEncoding$ISOCoder of org.jruby.RubyEncoding