public interface LineInputStream
| Modifier and Type | Method and Description |
|---|---|
void |
clearEOL()
Read everything up to and including the end of line.
|
int |
read(byte[] buf)
Read some bytes.
|
java.lang.String |
readLine()
Read everything up to the next end-of-line.
|
java.lang.String readLine()
throws java.io.IOException
java.io.IOExceptionvoid clearEOL()
throws java.io.IOException
java.io.IOExceptionint read(byte[] buf) throws java.io.IOException
buf - The buffer into which read.java.io.IOExceptionCopyright © 2005 - greg whalin