![]() |
|
|
All Packages This Package Class Hierarchy Class Search Index Class grendel.ui.TeeInputStreamjava.lang.Object | +----java.io.InputStream | +----grendel.ui.TeeInputStream Debugging hack.
class TeeInputStream
extends java.io.InputStream
{
// Fields 2
OutputStream out;
InputStream real;
// Constructors 1
TeeInputStream(InputStream, OutputStream);
// Methods 1
public int read() throws IOException;
}
Fields realInputStream real outOutputStream out
Constructors TeeInputStreamTeeInputStream(InputStream r, OutputStream o) Methods readpublic int read() throws IOException
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4
|
|||||||
| Copyright © 1998 The Mozilla Organization. | ||||||||