LineInputStream Interface Reference

Inherited by ByteBufArrayInputStream, and SockIOPool.SockIO.

List of all members.

Public Member Functions

void clearEOL () throws IOException
int read (byte[] buf) throws IOException
String readLine () throws IOException


Member Function Documentation

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.

Parameters:
buf The buffer into which read.
Returns:
The number of bytes actually read, or -1 if none could be 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.

Returns:
All next up to the next end of line.

Implemented in ByteBufArrayInputStream, and SockIOPool.SockIO.


The documentation for this interface was generated from the following file:

Generated on Sat May 26 06:42:30 2012 for Project Wonder by  doxygen 1.5.8