Public Member Functions | |
| void | clearEOL () throws IOException |
| int | read (byte[] buf) throws IOException |
| String | readLine () throws IOException |
| void clearEOL | ( | ) | throws IOException |
Read everything up to and including the end of line.
Implemented in ByteBufArrayInputStream, and SockIOPool.SockIO.
| int read | ( | byte[] | buf | ) | throws IOException |
Read some bytes.
| buf | The buffer into which read. |
Implemented in ByteBufArrayInputStream, and SockIOPool.SockIO.
| String readLine | ( | ) | throws IOException |
Read everything up to the next end-of-line. Does not include the end of line, though it is consumed from the input.
Implemented in ByteBufArrayInputStream, and SockIOPool.SockIO.
1.5.8