class org.jruby.util.Pack$13 extends org.jruby.util.Pack$Converter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.util.Pack$13
  super_class: org.jruby.util.Pack$Converter
{
  void <init>(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.util.Pack$13 this
        start local 1 // int $anonymous0
        start local 2 // java.lang.String $anonymous1
         0: .line 277
            aload 0 /* this */
            iload 1 /* $anonymous0 */
            aload 2 /* $anonymous1 */
            invokespecial org.jruby.util.Pack$Converter.<init>:(ILjava/lang/String;)V
            return
        end local 2 // java.lang.String $anonymous1
        end local 1 // int $anonymous0
        end local 0 // org.jruby.util.Pack$13 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jruby/util/Pack$13;
            0    1     1  $anonymous0  I
            0    1     2  $anonymous1  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      $anonymous0  
      $anonymous1  

  public org.jruby.runtime.builtin.IRubyObject decode(org.jruby.Ruby, java.nio.ByteBuffer);
    descriptor: (Lorg/jruby/Ruby;Ljava/nio/ByteBuffer;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.jruby.util.Pack$13 this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // java.nio.ByteBuffer enc
         0: .line 279
            aload 2 /* enc */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 3 /* c */
        start local 3 // int c
         1: .line 280
            aload 1 /* runtime */
            iload 3 /* c */
            bipush 127
            if_icmple 2
            iload 3 /* c */
            sipush 256
            isub
            goto 3
      StackMap locals: org.jruby.util.Pack$13 org.jruby.Ruby java.nio.ByteBuffer int
      StackMap stack: org.jruby.Ruby
         2: iload 3 /* c */
      StackMap locals: org.jruby.util.Pack$13 org.jruby.Ruby java.nio.ByteBuffer int
      StackMap stack: org.jruby.Ruby int
         3: invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            areturn
        end local 3 // int c
        end local 2 // java.nio.ByteBuffer enc
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.util.Pack$13 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/util/Pack$13;
            0    4     1  runtime  Lorg/jruby/Ruby;
            0    4     2      enc  Ljava/nio/ByteBuffer;
            1    4     3        c  I
    MethodParameters:
         Name  Flags
      runtime  
      enc      

  public void encode(org.jruby.Ruby, org.jruby.runtime.builtin.IRubyObject, org.jruby.util.ByteList);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/util/ByteList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.jruby.util.Pack$13 this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.runtime.builtin.IRubyObject o
        start local 3 // org.jruby.util.ByteList result
         0: .line 284
            aload 2 /* o */
            invokestatic org.jruby.util.Pack.num2quad:(Lorg/jruby/runtime/builtin/IRubyObject;)J
            ldc 255
            land
            l2i
            i2b
            istore 4 /* c */
        start local 4 // byte c
         1: .line 285
            aload 3 /* result */
            iload 4 /* c */
            invokevirtual org.jruby.util.ByteList.append:(B)Lorg/jruby/util/ByteList;
            pop
         2: .line 286
            return
        end local 4 // byte c
        end local 3 // org.jruby.util.ByteList result
        end local 2 // org.jruby.runtime.builtin.IRubyObject o
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.util.Pack$13 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/util/Pack$13;
            0    3     1  runtime  Lorg/jruby/Ruby;
            0    3     2        o  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3   result  Lorg/jruby/util/ByteList;
            1    3     4        c  B
    MethodParameters:
         Name  Flags
      runtime  
      o        
      result   
}
SourceFile: "Pack.java"
EnclosingMethod: org.jruby.util.Pack
NestHost: org.jruby.util.Pack
InnerClasses:
  org.jruby.util.Pack$13
  public abstract Converter = org.jruby.util.Pack$Converter of org.jruby.util.Pack