|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LineInputStream
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |