public class FormattedWriter extends Object implements Closeable
| Constructor and Description |
|---|
FormattedWriter(Writer out) |
| Modifier and Type | Method and Description |
|---|---|
FormattedWriter |
append(String format,
Object... args) |
FormattedWriter |
appendLine(String format,
Object... args) |
void |
close() |
void |
flush() |
public FormattedWriter(Writer out)
public FormattedWriter appendLine(String format, Object... args) throws IOException
IOExceptionpublic FormattedWriter append(String format, Object... args) throws IOException
IOExceptionpublic void flush()
throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2019. All rights reserved.