public class LabelConsoleLineStream extends FilterOutputStream
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
ANSI_COLOR_ESCAPE |
out| Constructor and Description |
|---|
LabelConsoleLineStream(OutputStream out,
String source,
PipelineConsoleDecoder decoder) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
eol() |
void |
write(int b) |
flush, write, writepublic static final Pattern ANSI_COLOR_ESCAPE
public LabelConsoleLineStream(OutputStream out, String source, PipelineConsoleDecoder decoder)
public void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionprotected void eol()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionCopyright © 2016–2019. All rights reserved.