public class LineOutputStream extends OutputStream
Modifier and Type | Field and Description |
---|---|
static byte[] |
LS_BINARY |
static byte[] |
LS_NATIVE |
static byte[] |
LS_UNIX |
static byte[] |
LS_WINDOWS |
Constructor and Description |
---|
LineOutputStream(OutputStream out,
byte[] ls) |
public static final byte[] LS_BINARY
public static final byte[] LS_UNIX
public static final byte[] LS_WINDOWS
public static final byte[] LS_NATIVE
public LineOutputStream(OutputStream out, byte[] ls)
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void flush(boolean addLF) throws IOException
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
IOException
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"