public class PrefixedRedirectOutput extends OutputStream
| Constructor and Description |
|---|
PrefixedRedirectOutput(String prefix,
OutputStream wrappedOS) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(int b) |
write, writepublic PrefixedRedirectOutput(String prefix, OutputStream wrappedOS)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionCopyright © 2022 Perfana. All rights reserved.