|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.io.Reader
org.jruby.util.IOReader
| Field Summary |
| Fields inherited from class java.io.Reader |
lock |
| Constructor Summary | |
IOReader(IRubyObject io)
|
|
| Method Summary | |
void |
close()
|
int |
read(char[] arr,
int off,
int len)
|
| Methods inherited from class java.io.Reader |
mark, markSupported, read, read, ready, reset, skip |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IOReader(IRubyObject io)
| Method Detail |
public void close()
throws java.io.IOException
java.io.IOException
public int read(char[] arr,
int off,
int len)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||