@Deprecated public class ReadLineInputStream extends BufferedInputStream
| Modifier and Type | Class and Description |
|---|---|
static class |
ReadLineInputStream.Termination
Deprecated.
|
in| Constructor and Description |
|---|
ReadLineInputStream(InputStream in)
Deprecated.
|
ReadLineInputStream(InputStream in,
int size)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<ReadLineInputStream.Termination> |
getLineTerminations()
Deprecated.
|
int |
read()
Deprecated.
|
int |
read(byte[] buf,
int off,
int len)
Deprecated.
|
String |
readLine()
Deprecated.
|
available, close, mark, markSupported, reset, skipreadpublic ReadLineInputStream(InputStream in)
public ReadLineInputStream(InputStream in, int size)
public EnumSet<ReadLineInputStream.Termination> getLineTerminations()
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–2018 Webtide. All rights reserved.