public interface AWriter extends Closeable, AutoCloseable
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... arg) |
void |
println() |
void |
println(String object) |
void |
write(char ch) |
void |
write(char[] cbuf) |
void |
write(String string) |
void write(char ch)
void write(char[] cbuf)
void write(String string)
void print(char ch)
void print(char[] cbuf)
void print(String string)
void println(String object)
void println()
void flush()
void close()
close
in interface AutoCloseable
close
in interface Closeable
Licenced under the Apache License, Version 2.0