@Deprecated
public class ReadLineInputStream
extends java.io.BufferedInputStream
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ReadLineInputStream.Termination |
Deprecated.
|
| Constructor | Description |
|---|---|
ReadLineInputStream(java.io.InputStream in) |
Deprecated.
|
ReadLineInputStream(java.io.InputStream in,
int size) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.EnumSet<ReadLineInputStream.Termination> |
getLineTerminations() |
Deprecated.
|
int |
read() |
Deprecated.
|
int |
read(byte[] buf,
int off,
int len) |
Deprecated.
|
java.lang.String |
readLine() |
Deprecated.
|
public ReadLineInputStream(java.io.InputStream in)
public ReadLineInputStream(java.io.InputStream in,
int size)
public java.util.EnumSet<ReadLineInputStream.Termination> getLineTerminations()
public java.lang.String readLine()
throws java.io.IOException
java.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.BufferedInputStreamjava.io.IOExceptionpublic int read(byte[] buf,
int off,
int len)
throws java.io.IOException
read in class java.io.BufferedInputStreamjava.io.IOExceptionCopyright © 1995–2018 Webtide. All rights reserved.