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

Variable Index

 o buffer
 o buffSize
 o numBytes

Constructor Index

 o Tee(InputStream)
 o Tee(InputStream, int)

Method Index

 o increaseBufferSize()
 o main(String[])
 o readFrom(InputStream)
 o writeTo(OutputStream)

Variables

 o buffer
  protected byte buffer[]
 o buffSize
  protected int buffSize
 o numBytes
  protected int numBytes

Constructors

 o Tee
  public Tee(InputStream i,
             int n) throws IOException
 o Tee
  public Tee(InputStream i) throws IOException

Methods

 o readFrom
  public void readFrom(InputStream i) throws IOException
 o increaseBufferSize
  protected void increaseBufferSize()
 o writeTo
  public void writeTo(OutputStream o) throws IOException
 o main
  public static void main(String args[]) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index