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, skip
read
public ReadLineInputStream(InputStream in)
public ReadLineInputStream(InputStream in, int size)
public String readLine() throws IOException
IOException
public int read() throws IOException
read
in class BufferedInputStream
IOException
public int read(byte[] buf, int off, int len) throws IOException
read
in class BufferedInputStream
IOException
Copyright © 1995-2015 Webtide. All Rights Reserved.