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 // org.jruby.RubyEncoding$ISOCoder this
         0: .line 393
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 394
            aload 0 /* this */
            sipush 1024
            newarray 5
            putfield org.jruby.RubyEncoding$ISOCoder.charBuffer:[C
         2: .line 393
            return
        end local 0 // org.jruby.RubyEncoding$ISOCoder this
      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 // org.jruby.RubyEncoding$ISOCoder this
        start local 1 // byte[] bytes
        start local 2 // int start
        start local 3 // int length
         0: .line 397
            aload 0 /* this */
            getfield org.jruby.RubyEncoding$ISOCoder.charBuffer:[C
            astore 4 /* charBuffer */
        start local 4 // char[] charBuffer
         1: .line 398
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 5
         3: .line 399
      StackMap locals: char[] int
      StackMap stack:
            aload 4 /* charBuffer */
            iload 5 /* i */
            aload 1 /* bytes */
            iload 5 /* i */
            iload 2 /* start */
            iadd
            baload
            sipush 255
            iand
            i2c
            castore
         4: .line 398
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 5 /* i */
            iload 3 /* length */
            if_icmplt 3
        end local 5 // int i
         6: .line 402
            new java.lang.String
            dup
            aload 4 /* charBuffer */
            iconst_0
            iload 3 /* length */
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 4 // char[] charBuffer
        end local 3 // int length
        end local 2 // int start
        end local 1 // byte[] bytes
        end local 0 // org.jruby.RubyEncoding$ISOCoder this
      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