Class CountingInputStream

java.lang.Object
java.io.InputStream
com.saperion.common.io.CountingInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class CountingInputStream extends InputStream
This InputStream counts the number of bytes read (or skipped) to determine the length of stream while streaming.
Author:
jschwarz