public class Writer2 extends AWriterBase implements AWriter, Closeable
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
print(char ch) |
void |
print(char[] cbuf) |
void |
print(String string) |
void |
printf(String fmt,
Object... args) |
void |
println() |
void |
println(String obj) |
String |
toString() |
static Writer2 |
wrap(Writer writer) |
write, write, write
Licenced under the Apache License, Version 2.0