public class ReadLineInputStream extends BufferedInputStream
in| Constructor and Description |
|---|
ReadLineInputStream(InputStream in) |
ReadLineInputStream(InputStream in,
int size) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] buf,
int off,
int len) |
String |
readLine() |
available, close, mark, markSupported, reset, skipreadpublic ReadLineInputStream(InputStream in)
public ReadLineInputStream(InputStream in, int size)
public String readLine() throws IOException
IOExceptionpublic int read()
throws IOException
read in class BufferedInputStreamIOExceptionpublic int read(byte[] buf,
int off,
int len)
throws IOException
read in class BufferedInputStreamIOExceptionCopyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.