Package org.jruby.util.io
Class RubyOutputStream
java.lang.Object
org.jruby.util.io.RubyOutputStream
A wrapper for
OutputStream
that throws no IOException, instead raising Ruby Exception (unchecked) via the
passed-in runtime.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RubyOutputStream
-
-
Method Details
-
write
public void write(int b) -
write
public void write(byte[] b, int off, int len) -
write
public void write(byte[] b) -
flush
public void flush() -
close
public void close()
-