public class LineInputStream extends InputStream
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
LS_NATIVE |
static byte[] |
LS_UNIX |
static byte[] |
LS_WINDOWS |
| Constructor and Description |
|---|
LineInputStream(InputStream in,
byte[] ls) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, mark, markSupported, read, reset, skippublic static final byte[] LS_UNIX
public static final byte[] LS_WINDOWS
public static final byte[] LS_NATIVE
public LineInputStream(InputStream in, byte[] ls)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved