Class InputStreamTracker

  • All Implemented Interfaces:
    Closeable, AutoCloseable
    Direct Known Subclasses:
    ProgressInputStream

    public class InputStreamTracker
    extends InputStream
    This class is used to keep track of the number of bytes read from the underlying input stream. This is very useful for code that needs to reporter progress but are having difficulties to know the number of processed bytes.
    Version:
    2.4
    Author:
    nicklas
    Last modified
    $Date: 2008-09-11 22:08:14 +0200 (to, 11 sep 2008) $