Class InputStreamTracker

java.lang.Object
java.io.InputStream
net.sf.basedb.util.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: 2020-11-09 14:40:05 +0100 (Mon, 09 Nov 2020) $