java.io
Class PipedReader

java.lang.Object
  extended by java.io.Reader
      extended by java.io.PipedReader

public class PipedReader
extends Reader


Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
PipedReader()
           
PipedReader(PipedWriter var0)
           
 
Method Summary
 void close()
           
 void connect(PipedWriter var0)
           
 int read()
           
 int read(char[] var0, int var1, int var2)
           
 boolean ready()
           
 
Methods inherited from class java.io.Reader
mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipedReader

public PipedReader()

PipedReader

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

close

public void close()
           throws IOException
Specified by:
close in class Reader
Throws:
IOException

connect

public void connect(PipedWriter var0)
             throws IOException
Throws:
IOException

read

public int read()
         throws IOException
Overrides:
read in class Reader
Throws:
IOException

read

public int read(char[] var0,
                int var1,
                int var2)
         throws IOException
Specified by:
read in class Reader
Throws:
IOException

ready

public boolean ready()
              throws IOException
Overrides:
ready in class Reader
Throws:
IOException


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.