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

/dalvik/libcore/luni/src/main/java/java/io/
H A DWriter.java37 public abstract class Writer implements Appendable, Closeable, Flushable { class in inherits:Appendable,Closeable,Flushable
47 * Constructs a new {@code Writer} with {@code this} as the object used to
50 protected Writer() { method in class:Writer
56 * Constructs a new {@code Writer} with {@code lock} used to synchronize
64 protected Writer(Object lock) { method in class:Writer
193 public Writer append(char c) throws IOException {
200 * works the same way as {@code Writer.write(csq.toString())}. If {@code
210 public Writer append(CharSequence csq) throws IOException {
222 * Writer.writer(csq.subsequence(start, end).toString())}. If {@code
242 public Writer appen
[all...]

Completed in 104 milliseconds