public class ReadLineInputStream
extends java.io.BufferedInputStream
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
_seenCRLF |
(package private) boolean |
_skipLF |
Constructor and Description |
---|
ReadLineInputStream(java.io.InputStream in) |
ReadLineInputStream(java.io.InputStream in,
int size) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] buf,
int off,
int len) |
java.lang.String |
readLine() |
public ReadLineInputStream(java.io.InputStream in)
public ReadLineInputStream(java.io.InputStream in, int size)
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