| A Proxy stream which acts as expected, that is it passes the method
calls on to the proxied stream and doesn't change which methods are
being called.
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: Stephen Colebourne version: $Id: ProxyInputStream.java 471628 2006-11-06 04:06:45Z bayard $ |