Searched defs:Writer (Results 1 – 3 of 3) sorted by relevance
34 private class Writer extends PrintWriter { class in PrintWriterTest36 Writer(File f) throws FileNotFoundException { in Writer() method in PrintWriterTest.Writer
51 public abstract class Writer implements Appendable, Closeable, Flushable { class161 protected Writer() { in Writer() method172 protected Writer(Object lock) { in Writer() method
128 static class Writer implements Runnable { class in Basic2133 Writer(OutputStream out) { in Writer() method in Basic2.Writer