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.IOException
void clearEOL() throws java.io.IOException
java.io.IOException
int read(byte[] buf) throws java.io.IOException
buf
- The buffer into which read.java.io.IOException
Copyright © 2005 - greg whalin