Searched defs:Writer (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
H A DWriter.java35 * @see Writer
50 public abstract class Writer implements Appendable, Closeable, Flushable { class in inherits:Appendable,Closeable,Flushable
75 protected Writer() { method in class:Writer
86 protected Writer(Object lock) { method in class:Writer
223 public Writer append(CharSequence csq) throws IOException {
267 public Writer append(CharSequence csq, int start, int end) throws IOException {
292 public Writer append(char c) throws IOException {

Completed in 69 milliseconds