Pre- and post-processing support for proxied streams
----------------------------------------------------
Key: IO-211
URL: https://issues.apache.org/jira/browse/IO-211
Project: Commons IO
Issue Type: New Feature
Components: Streams/Writers
Reporter: Jukka Zitting
Priority: Minor
In many cases a stream decorator needs to add custom pre- or post-processing
functionality to all the read and write methods in decorated input and output
streams. For example the CountingInputStream needs to override all three read()
methods with similar code.
It would be nice if the proxy stream classes provided simple hooks for adding
such functionality.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.