org.jruby.util
Class IOWriter

java.lang.Object
  extended byjava.io.Writer
      extended byorg.jruby.util.IOWriter

public class IOWriter
extends java.io.Writer

Version:
$Revision: 1.2 $
Author:
Ola Bini

Field Summary
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
IOWriter(IRubyObject io)
           
 
Method Summary
 void close()
           
 void flush()
           
 void write(char[] cbuf, int off, int len)
           
 
Methods inherited from class java.io.Writer
write, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOWriter

public IOWriter(IRubyObject io)
Method Detail

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

flush

public void flush()
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(char[] cbuf,
                  int off,
                  int len)


Copyright © 2002-2007 JRuby Team. All Rights Reserved.