@Deprecated
public class ReadLineInputStream
extends java.io.BufferedInputStream
Modifier and Type | Class and Description |
---|---|
static class |
ReadLineInputStream.Termination
Deprecated.
|
Constructor and Description |
---|
ReadLineInputStream(java.io.InputStream in)
Deprecated.
|
ReadLineInputStream(java.io.InputStream in,
int size)
Deprecated.
|
Modifier and Type | Method and 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.IOException
public int read() throws java.io.IOException
read
in class java.io.BufferedInputStream
java.io.IOException
public int read(byte[] buf, int off, int len) throws java.io.IOException
read
in class java.io.BufferedInputStream
java.io.IOException
Copyright © 1995–2023 Webtide. All rights reserved.