public class org.jruby.util.PackUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.util.PackUtils
  super_class: java.lang.Object
{
  private static final byte[] hex_table;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 44
            ldc "0123456789ABCDEF"
            invokestatic org.jruby.util.ByteList.plain:(Ljava/lang/CharSequence;)[B
            putstatic org.jruby.util.PackUtils.hex_table:[B
         1: .line 45
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.PackUtils this
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.util.PackUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/PackUtils;

  public static org.jruby.util.ByteList qpencode(org.jruby.util.ByteList, org.jruby.util.ByteList, int);
    descriptor: (Lorg/jruby/util/ByteList;Lorg/jruby/util/ByteList;I)Lorg/jruby/util/ByteList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // org.jruby.util.ByteList io2Append
        start local 1 // org.jruby.util.ByteList i2Encode
        start local 2 // int iLength
         0: .line 56
            aload 0 /* io2Append */
            sipush 1024
            invokevirtual org.jruby.util.ByteList.ensure:(I)V
         1: .line 57
            iconst_0
            istore 3 /* lCurLineLength */
        start local 3 // int lCurLineLength
         2: .line 58
            iconst_m1
            istore 4 /* lPrevChar */
        start local 4 // int lPrevChar
         3: .line 59
            aload 1 /* i2Encode */
            invokevirtual org.jruby.util.ByteList.getUnsafeBytes:()[B
            astore 5 /* l2Encode */
        start local 5 // byte[] l2Encode
         4: .line 61
            aload 1 /* i2Encode */
            invokevirtual org.jruby.util.ByteList.getBegin:()I
            aload 1 /* i2Encode */
            invokevirtual org.jruby.util.ByteList.getRealSize:()I
            iadd
            istore 6 /* end */
        start local 6 // int end
         5: .line 62
            aload 1 /* i2Encode */
            invokevirtual org.jruby.util.ByteList.getBegin:()I
            istore 7 /* i */
        start local 7 // int i
         6: goto 33
         7: .line 63
      StackMap locals: org.jruby.util.ByteList org.jruby.util.ByteList int int int byte[] int int
      StackMap stack:
            aload 5 /* l2Encode */
            iload 7 /* i */
            baload
            sipush 255
            iand
            istore 8 /* lCurChar */
        start local 8 // int lCurChar
         8: .line 64
            iload 8 /* lCurChar */
            bipush 126
            if_icmpgt 10
            iload 8 /* lCurChar */
            bipush 32
            if_icmpge 9
            iload 8 /* lCurChar */
            bipush 10
            if_icmpeq 9
            iload 8 /* lCurChar */
            bipush 9
            if_icmpne 10
      StackMap locals: int
      StackMap stack:
         9: iload 8 /* lCurChar */
            bipush 61
            if_icmpne 16
        10: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* io2Append */
            bipush 61
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        11: .line 66
            aload 0 /* io2Append */
            getstatic org.jruby.util.PackUtils.hex_table:[B
            iload 8 /* lCurChar */
            iconst_4
            iushr
            baload
            invokevirtual org.jruby.util.ByteList.append:(B)Lorg/jruby/util/ByteList;
            pop
        12: .line 67
            aload 0 /* io2Append */
            getstatic org.jruby.util.PackUtils.hex_table:[B
            iload 8 /* lCurChar */
            bipush 15
            iand
            baload
            invokevirtual org.jruby.util.ByteList.append:(B)Lorg/jruby/util/ByteList;
            pop
        13: .line 68
            iinc 3 /* lCurLineLength */ 3
        14: .line 69
            iconst_m1
            istore 4 /* lPrevChar */
        15: .line 70
            goto 27
      StackMap locals:
      StackMap stack:
        16: iload 8 /* lCurChar */
            bipush 10
            if_icmpne 24
        17: .line 71
            iload 4 /* lPrevChar */
            bipush 32
            if_icmpeq 18
            iload 4 /* lPrevChar */
            bipush 9
            if_icmpne 20
        18: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* io2Append */
            bipush 61
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        19: .line 73
            aload 0 /* io2Append */
            iload 8 /* lCurChar */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        20: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* io2Append */
            iload 8 /* lCurChar */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        21: .line 76
            iconst_0
            istore 3 /* lCurLineLength */
        22: .line 77
            iload 8 /* lCurChar */
            istore 4 /* lPrevChar */
        23: .line 78
            goto 27
        24: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* io2Append */
            iload 8 /* lCurChar */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        25: .line 80
            iinc 3 /* lCurLineLength */ 1
        26: .line 81
            iload 8 /* lCurChar */
            istore 4 /* lPrevChar */
        27: .line 83
      StackMap locals:
      StackMap stack:
            iload 3 /* lCurLineLength */
            iload 2 /* iLength */
            if_icmple 32
        28: .line 84
            aload 0 /* io2Append */
            bipush 61
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        29: .line 85
            aload 0 /* io2Append */
            bipush 10
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        30: .line 86
            iconst_0
            istore 3 /* lCurLineLength */
        31: .line 87
            bipush 10
            istore 4 /* lPrevChar */
        end local 8 // int lCurChar
        32: .line 62
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        33: iload 7 /* i */
            iload 6 /* end */
            if_icmplt 7
        end local 7 // int i
        end local 6 // int end
        34: .line 90
            goto 36
      StackMap locals: org.jruby.util.ByteList org.jruby.util.ByteList int int int byte[]
      StackMap stack: java.lang.ArrayIndexOutOfBoundsException
        35: pop
        36: .line 95
      StackMap locals:
      StackMap stack:
            iload 3 /* lCurLineLength */
            ifle 39
        37: .line 96
            aload 0 /* io2Append */
            bipush 61
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        38: .line 97
            aload 0 /* io2Append */
            bipush 10
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        39: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* io2Append */
            areturn
        end local 5 // byte[] l2Encode
        end local 4 // int lPrevChar
        end local 3 // int lCurLineLength
        end local 2 // int iLength
        end local 1 // org.jruby.util.ByteList i2Encode
        end local 0 // org.jruby.util.ByteList io2Append
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   40     0       io2Append  Lorg/jruby/util/ByteList;
            0   40     1        i2Encode  Lorg/jruby/util/ByteList;
            0   40     2         iLength  I
            2   40     3  lCurLineLength  I
            3   40     4       lPrevChar  I
            4   40     5        l2Encode  [B
            5   34     6             end  I
            6   34     7               i  I
            8   32     8        lCurChar  I
      Exception table:
        from    to  target  type
           4    34      35  Class java.lang.ArrayIndexOutOfBoundsException
    MethodParameters:
           Name  Flags
      io2Append  
      i2Encode   
      iLength    
}
SourceFile: "PackUtils.java"