NAME

FilteredInputStream Perl class to emulate a Java FilteredInputStream

AUTHOR

Sal Scotto sscotto@cpan.org

REQUIRES

Perl 5.005 or greater, IO::Handle

SYNOPSIS

This is a base class and should not be directly instanshiated. It is a place holder that provides subclasses with STREAM to massage via $self->{STREAM} variable.

DESCRIPTION

This is a base class and should not be directly instanshiated. It is a place holder that provides subclasses with STREAM to massage via $self->{STREAM} variable.

METHODS

close

This method will close the underlying stream in a cascade effect.

$stream->close;

COPYRIGHT

Copyright (c) 2002 Sal Scotto (sscotto@cpan.org). All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.