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 0: aload 0
aload 1
putfield org.jruby.RubyIO$5.this$0:Lorg/jruby/RubyIO;
aload 0
invokespecial java.io.OutputStream.<init>:()V
1: aload 0
aload 1
invokevirtual org.jruby.RubyIO.getRuntime:()Lorg/jruby/Ruby;
putfield org.jruby.RubyIO$5.runtime:Lorg/jruby/Ruby;
2: return
end local 0 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 start local 1 0: aload 0
getfield org.jruby.RubyIO$5.this$0:Lorg/jruby/RubyIO;
aload 0
getfield org.jruby.RubyIO$5.runtime:Lorg/jruby/Ruby;
invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
iload 1
invokevirtual org.jruby.RubyIO.write:(Lorg/jruby/runtime/ThreadContext;I)Lorg/jruby/runtime/builtin/IRubyObject;
pop
1: return
end local 1 end local 0 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 start local 1 0: aload 0
getfield org.jruby.RubyIO$5.this$0:Lorg/jruby/RubyIO;
aload 0
getfield org.jruby.RubyIO$5.runtime:Lorg/jruby/Ruby;
invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
aload 0
getfield org.jruby.RubyIO$5.runtime:Lorg/jruby/Ruby;
aload 1
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: return
end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
getfield org.jruby.RubyIO$5.this$0:Lorg/jruby/RubyIO;
aload 0
getfield org.jruby.RubyIO$5.runtime:Lorg/jruby/Ruby;
invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
aload 0
getfield org.jruby.RubyIO$5.runtime:Lorg/jruby/Ruby;
aload 1
iload 2
iload 3
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: return
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield org.jruby.RubyIO$5.this$0:Lorg/jruby/RubyIO;
aload 0
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: return
end local 0 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 0: aload 0
getfield org.jruby.RubyIO$5.this$0:Lorg/jruby/RubyIO;
invokevirtual org.jruby.RubyIO.close:()V
1: return
end local 0 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