public class LineOutputStream
extends java.io.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(java.io.OutputStream out,
byte[] ls) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
flush(boolean addLF) |
void |
write(int b) |
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 void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void flush(boolean addLF) throws java.io.IOException
java.io.IOException
public void flush() throws java.io.IOException
flush
in interface java.io.Flushable
flush
in class java.io.OutputStream
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.OutputStream
java.io.IOException
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"