public class RenderedOutputStream extends OutputStream implements net.thevpc.nuts.NutsOutputStreamTransparentAdapter
| Constructor and Description |
|---|
RenderedOutputStream(OutputStream out,
FormattedPrintStreamRenderer renderer,
net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
baseOutputStream() |
void |
close() |
void |
flush() |
String |
toString() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
writepublic RenderedOutputStream(OutputStream out, FormattedPrintStreamRenderer renderer, net.thevpc.nuts.NutsSession session)
public OutputStream baseOutputStream()
baseOutputStream in interface net.thevpc.nuts.NutsOutputStreamTransparentAdapterpublic void write(byte[] b,
int off,
int len)
write in class OutputStreampublic 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 © 2021 vpc open source initiative. All rights reserved.