java.io
Class PipedWriter

java.lang.Object
  extended by java.io.Writer
      extended by java.io.PipedWriter

public class PipedWriter
extends Writer


Field Summary
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
PipedWriter()
           
PipedWriter(PipedReader var0)
           
 
Method Summary
 void close()
           
 void connect(PipedReader var0)
           
 void flush()
           
 void write(char[] var0, int var1, int var2)
           
 void write(int var0)
           
 
Methods inherited from class java.io.Writer
write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipedWriter

public PipedWriter()

PipedWriter

public PipedWriter(PipedReader var0)
            throws IOException
Throws:
IOException
Method Detail

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.