private static class ExecuteProcess.ProxyOutputStream extends OutputStream
| Modifier and Type | Field and Description |
|---|---|
private OutputStream |
delegate |
private Lock |
lock |
private ComponentLog |
logger |
| Constructor and Description |
|---|
ProxyOutputStream(ComponentLog logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
setDelegate(OutputStream delegate) |
private void |
sleep(long millis) |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
private final ComponentLog logger
private final Lock lock
private OutputStream delegate
public ProxyOutputStream(ComponentLog logger)
public void setDelegate(OutputStream delegate)
private void sleep(long millis)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionCopyright © 2023 Apache NiFi Project. All rights reserved.