Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Operating System: other
Platform: All
-
30667
Description
Additional classes for the commons-io package.
Three new classes, the new test classes and one example class.
io.Limiter - Core class shared between the input and output streams that provides the central functions
for the throttle io streams
io.input.ThrottledInputStream - Input Stream implementation
io.output.ThrottledOutputStream - Output Stream implementation
Gareth