public class WriterFromNPrintStream extends Writer implements NPrintStreamAdapter
| Constructor and Description |
|---|
WriterFromNPrintStream(NPrintStream base) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
NPrintStream |
getBasePrintStream() |
void |
write(char[] cbuf,
int off,
int len) |
public WriterFromNPrintStream(NPrintStream base)
public NPrintStream getBasePrintStream()
getBasePrintStream in interface NPrintStreamAdapterpublic 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 © 2026 vpc open source initiative. All rights reserved.