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.InputStream
public boolean markSupported()
markSupported
in class java.io.InputStream
public int fill() throws java.io.IOException
Event.Block
fill
in interface Event.Block
java.io.IOException
public java.lang.String line() throws java.io.IOException
java.io.IOException