public class AppendableWriter extends Writer
| Constructor and Description |
|---|
AppendableWriter(Appendable appendable) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(char[] cbuf,
int off,
int len) |
public AppendableWriter(Appendable appendable)
public void write(char[] cbuf,
int off,
int len)
throws IOException
write in class WriterIOExceptionpublic void flush()
Copyright © 2014–2019 OSGL (Open Source General Library). All rights reserved.