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)
Copyright © 2023. All rights reserved.