class org.jruby.RubyIO$5 extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyIO$5
  super_class: java.io.OutputStream
{
  final org.jruby.Ruby runtime;
    descriptor: Lorg/jruby/Ruby;
    flags: (0x0010) ACC_FINAL

  final org.jruby.RubyIO this$0;
    descriptor: Lorg/jruby/RubyIO;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jruby.RubyIO);
    descriptor: (Lorg/jruby/RubyIO;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyIO$5 this
         0: .line 339
            aload 0 /* this */
            aload 1
            putfield org.jruby.RubyIO$5.this$0:Lorg/jruby/RubyIO;
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
         1: .line 340
            aload 0 /* this */
            aload 1
            invokevirtual org.jruby.RubyIO.getRuntime:()Lorg/jruby/Ruby;
            putfield org.jruby.RubyIO$5.runtime:Lorg/jruby/Ruby;
         2: .line 339
            return
        end local 0 // org.jruby.RubyIO$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/RubyIO$5;
    MethodParameters:
        Name  Flags
      this$0  final

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.RubyIO$5 this
        start local 1 // int b
         0: .line 344
            aload 0 /* this */
            getfield org.jruby.RubyIO$5.this$0:Lorg/jruby/RubyIO;
            aload 0 /* this */
            getfield org.jruby.RubyIO$5.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            iload 1 /* b */
            invokevirtual org.jruby.RubyIO.write:(Lorg/jruby/runtime/ThreadContext;I)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         1: .line 345
            return
        end local 1 // int b
        end local 0 // org.jruby.RubyIO$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/RubyIO$5;
            0    2     1     b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.RubyIO$5 this
        start local 1 // byte[] b
         0: .line 349
            aload 0 /* this */
            getfield org.jruby.RubyIO$5.this$0:Lorg/jruby/RubyIO;
            aload 0 /* this */
            getfield org.jruby.RubyIO$5.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            aload 0 /* this */
            getfield org.jruby.RubyIO$5.runtime:Lorg/jruby/Ruby;
            aload 1 /* b */
            invokestatic org.jruby.RubyString.newStringNoCopy:(Lorg/jruby/Ruby;[B)Lorg/jruby/RubyString;
            invokevirtual org.jruby.RubyIO.write:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         1: .line 350
            return
        end local 1 // byte[] b
        end local 0 // org.jruby.RubyIO$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/RubyIO$5;
            0    2     1     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.jruby.RubyIO$5 this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 354
            aload 0 /* this */
            getfield org.jruby.RubyIO$5.this$0:Lorg/jruby/RubyIO;
            aload 0 /* this */
            getfield org.jruby.RubyIO$5.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            aload 0 /* this */
            getfield org.jruby.RubyIO$5.runtime:Lorg/jruby/Ruby;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokestatic org.jruby.RubyString.newStringNoCopy:(Lorg/jruby/Ruby;[BII)Lorg/jruby/RubyString;
            invokevirtual org.jruby.RubyIO.write:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         1: .line 355
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // org.jruby.RubyIO$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/RubyIO$5;
            0    2     1     b  [B
            0    2     2   off  I
            0    2     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.RubyIO$5 this
         0: .line 359
            aload 0 /* this */
            getfield org.jruby.RubyIO$5.this$0:Lorg/jruby/RubyIO;
            aload 0 /* this */
            getfield org.jruby.RubyIO$5.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            invokevirtual org.jruby.RubyIO.flush:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/RubyIO;
            pop
         1: .line 360
            return
        end local 0 // org.jruby.RubyIO$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/RubyIO$5;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyIO$5 this
         0: .line 364
            aload 0 /* this */
            getfield org.jruby.RubyIO$5.this$0:Lorg/jruby/RubyIO;
            invokevirtual org.jruby.RubyIO.close:()V
         1: .line 365
            return
        end local 0 // org.jruby.RubyIO$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/RubyIO$5;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "RubyIO.java"
EnclosingMethod: org.jruby.RubyIO.getOutStream:()Ljava/io/OutputStream;
NestHost: org.jruby.RubyIO
InnerClasses:
  org.jruby.RubyIO$5