public class WriterFromNutsPrintStream extends Writer implements NutsPrintStreamAdapter
| Constructor and Description |
|---|
WriterFromNutsPrintStream(NutsPrintStream base) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
NutsPrintStream |
getBaseNutsPrintStream() |
void |
write(char[] cbuf,
int off,
int len) |
public WriterFromNutsPrintStream(NutsPrintStream base)
public NutsPrintStream getBaseNutsPrintStream()
getBaseNutsPrintStream in interface 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.