public class WriterFromNutsPrintStream extends Writer implements net.thevpc.nuts.NutsPrintStreamAdapter
| Constructor and Description |
|---|
WriterFromNutsPrintStream(net.thevpc.nuts.NutsPrintStream base) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
net.thevpc.nuts.NutsPrintStream |
getBaseNutsPrintStream() |
void |
write(char[] cbuf,
int off,
int len) |
public WriterFromNutsPrintStream(net.thevpc.nuts.NutsPrintStream base)
public net.thevpc.nuts.NutsPrintStream getBaseNutsPrintStream()
getBaseNutsPrintStream in interface net.thevpc.nuts.NutsPrintStreamAdapterpublic void flush()
throws IOException
flush in interface Flushableflush in class WriterIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class WriterIOExceptionCopyright © 2021 vpc open source initiative. All rights reserved.