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

/openjdk7/jdk/test/java/nio/channels/Channels/
H A DBasic2.java51 Writer writer = new Writer(Channels.newOutputStream(ch1));
124 static class Writer implements Runnable { class in class:Basic2
129 Writer(OutputStream out) { method in class:Basic2.Writer
/openjdk7/jdk/src/share/classes/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 {
/openjdk7/jdk/test/java/nio/channels/AsynchronousFileChannel/
H A DLotsOfWrites.java43 static class Writer implements CompletionHandler<Integer,ByteBuffer> { class in class:LotsOfWrites
75 Writer(File file, long size, CountDownLatch latch) throws IOException { method in class:LotsOfWrites.Writer
121 Writer[] writers = new Writer[count];
129 Writer writer = new Writer(blah, size, latch);
141 Writer writer = writers[i];
/openjdk7/jdk/src/share/classes/com/sun/security/ntlm/
H A DNTLM.java195 static class Writer { class in class:NTLM
205 Writer(int type, int len) { method in class:NTLM.Writer

Completed in 38 milliseconds