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

/dalvik/libcore/luni/src/main/java/java/lang/
H A DAppendable.java28 * {@code Appendable} itself does not guarantee thread safety. This
35 public interface Appendable { interface
42 * @return this {@code Appendable}.
46 Appendable append(char c) throws IOException;
57 * @return this {@code Appendable}.
61 Appendable append(CharSequence csq) throws IOException;
79 * @return this {@code Appendable}.
86 Appendable append(CharSequence csq, int start, int end) throws IOException;
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DAppendable.java24 public interface Appendable { interface

Completed in 51 milliseconds