| 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 FilterReader
to increase reusability, because FilterReader changes the
methods being called, such as read(char[]) to read(char[], int, int).
author: Stephen Colebourne version: $Id: ProxyReader.java 471628 2006-11-06 04:06:45Z bayard $ |