It is an alternative base class to FilterInputStream to increase reusability, because FilterInputStream changes the methods being called, such as read(byte[]) to read(byte[], int, int). @author Henri Yandell @author Stephen Colebourne @version $Id: ProxyInputStream.java 155419 2005-02-26 13:02:41Z dirkv $
|
|