public class AppendableWriter extends Writer
| Constructor and Description |
|---|
AppendableWriter(Appendable appendable) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(char[] chars,
int offset,
int length) |
void |
write(int i) |
public AppendableWriter(Appendable appendable)
public void write(char[] chars,
int offset,
int length)
throws IOException
write in class WriterIOExceptionpublic void write(int i)
throws IOException
write in class WriterIOExceptionpublic void flush()
Copyright © 2021. All rights reserved.