java.io
Class PipedWriter
java.lang.Object
java.io.Writer
java.io.PipedWriter
public class PipedWriter
- extends Writer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PipedWriter
public PipedWriter()
PipedWriter
public PipedWriter(PipedReader var0)
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close
in class Writer
- Throws:
IOException
connect
public void connect(PipedReader var0)
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Specified by:
flush
in class Writer
- Throws:
IOException
write
public void write(char[] var0,
int var1,
int var2)
throws IOException
- Specified by:
write
in class Writer
- Throws:
IOException
write
public void write(int var0)
throws IOException
- Overrides:
write
in class Writer
- Throws:
IOException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.