public class LineInputStream
extends java.io.InputStream
Modifier and Type | Field and Description |
---|---|
static byte[] |
LS_NATIVE |
static byte[] |
LS_UNIX |
static byte[] |
LS_WINDOWS |
Constructor and Description |
---|
LineInputStream(java.io.InputStream in,
byte[] ls) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
public static final byte[] LS_UNIX
public static final byte[] LS_WINDOWS
public static final byte[] LS_NATIVE
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"