All Packages This Package Class Hierarchy Class Search Index
Class grendel.ui.TeeInputStream
java.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
real
InputStream real
out
OutputStream out
Constructors
TeeInputStream
TeeInputStream(InputStream r, OutputStream o)
Methods
read
public int read() throws IOException
- Overrides:
- read in class InputStream
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4