|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
java.io.PushbackInputStream
org.jruby.util.RubyInputStream
@Deprecated public class RubyInputStream
| Field Summary |
|---|
| Fields inherited from class java.io.PushbackInputStream |
|---|
buf, pos |
| Fields inherited from class java.io.FilterInputStream |
|---|
in |
| Constructor Summary | |
|---|---|
RubyInputStream(java.io.InputStream in)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.String |
gets(java.lang.String separatorString)
Deprecated. |
| Methods inherited from class java.io.PushbackInputStream |
|---|
available, close, mark, markSupported, read, read, reset, skip, unread, unread, unread |
| Methods inherited from class java.io.FilterInputStream |
|---|
read |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RubyInputStream(java.io.InputStream in)
| Method Detail |
|---|
public java.lang.String gets(java.lang.String separatorString)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||