Class CountingInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
de.tomatengames.util.io.CountingInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class CountingInputStream extends FilterInputStream
A FilterInputStream that counts the bytes read from it.
Since:
1.2