Class RubyOutputStream

java.lang.Object
org.jruby.util.io.RubyOutputStream

public class RubyOutputStream extends Object
A wrapper for OutputStream that throws no IOException, instead raising Ruby Exception (unchecked) via the passed-in runtime.
  • Constructor Details

  • 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()