java.io
Class PipedReader
java.lang.Object
java.io.Reader
java.io.PipedReader
public class PipedReader
- extends Reader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PipedReader
public PipedReader()
PipedReader
public PipedReader(PipedWriter var0)
throws IOException
- Throws:
IOException
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.