public abstract class Input extends java.io.InputStream implements Event.Block
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
fill()
This is used by the event to ask the query/reply to pull/push data.
|
java.lang.String |
line()
Reads a \r\n terminated line of text from the input.
|
boolean |
markSupported() |
public int available()
available in class java.io.InputStreampublic boolean markSupported()
markSupported in class java.io.InputStreampublic int fill()
throws java.io.IOException
Event.Blockfill in interface Event.Blockjava.io.IOExceptionpublic java.lang.String line()
throws java.io.IOException
java.io.IOException