public class org.jruby.javasupport.Java$ByteArrayProxyMethods
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.javasupport.Java$ByteArrayProxyMethods
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.javasupport.Java$ByteArrayProxyMethods this
         0: .line 554
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.javasupport.Java$ByteArrayProxyMethods this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/javasupport/Java$ByteArrayProxyMethods;

  public static org.jruby.runtime.builtin.IRubyObject to_s(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 558
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getEncodingService:()Lorg/jruby/runtime/encoding/EncodingService;
            invokevirtual org.jruby.runtime.encoding.EncodingService.getAscii8bitEncoding:()Lorg/jcodings/Encoding;
            astore 2 /* ascii8bit */
        start local 2 // org.jcodings.Encoding ascii8bit
         1: .line 561
            new org.jruby.util.ByteList
            dup
            aload 1 /* self */
            checkcast org.jruby.java.proxies.ArrayJavaProxy
            invokevirtual org.jruby.java.proxies.ArrayJavaProxy.getObject:()Ljava/lang/Object;
            checkcast byte[]
            aload 2 /* ascii8bit */
            invokespecial org.jruby.util.ByteList.<init>:([BLorg/jcodings/Encoding;)V
            astore 3 /* bytes */
        start local 3 // org.jruby.util.ByteList bytes
         2: .line 562
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 3 /* bytes */
            invokestatic org.jruby.RubyString.newStringLight:(Lorg/jruby/Ruby;Lorg/jruby/util/ByteList;)Lorg/jruby/RubyString;
            areturn
        end local 3 // org.jruby.util.ByteList bytes
        end local 2 // org.jcodings.Encoding ascii8bit
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0    context  Lorg/jruby/runtime/ThreadContext;
            0    3     1       self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    3     2  ascii8bit  Lorg/jcodings/Encoding;
            2    3     3      bytes  Lorg/jruby/util/ByteList;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  
      self     
}
SourceFile: "Java.java"
NestHost: org.jruby.javasupport.Java
InnerClasses:
  public ByteArrayProxyMethods = org.jruby.javasupport.Java$ByteArrayProxyMethods of org.jruby.javasupport.Java