Class CountingInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class CountingInputStream
    extends InputStream
    An class which tracks the amount of bytes read from an InputStream. As this is used primarily to transfer bytes to an OutputStream, we consider these 'bytes processed'.
    Author:
    mikejritter