Class part2.chapter4.Tee
All Packages Class Hierarchy This Package Previous Next Index
Class part2.chapter4.Tee
java.lang.Object
|
+----part2.chapter4.Tee
- public class Tee
- extends Object
-
buffer
-
-
buffSize
-
-
numBytes
-
-
Tee(InputStream)
-
-
Tee(InputStream, int)
-
-
increaseBufferSize()
-
-
main(String[])
-
-
readFrom(InputStream)
-
-
writeTo(OutputStream)
-
buffer
protected byte buffer[]
buffSize
protected int buffSize
numBytes
protected int numBytes
Tee
public Tee(InputStream i,
int n) throws IOException
Tee
public Tee(InputStream i) throws IOException
readFrom
public void readFrom(InputStream i) throws IOException
increaseBufferSize
protected void increaseBufferSize()
writeTo
public void writeTo(OutputStream o) throws IOException
main
public static void main(String args[]) throws IOException
All Packages Class Hierarchy This Package Previous Next Index