CountingInputStream
This class is an input stream that reads from another input stream and counts the read bytes
Since
0.1.0
Parameters
The input stream to count the read bytes from
Properties
Returns a BufferedInputStream that reads from this input stream.
Returns a CountingInputStream that reads from this input stream.
Returns a DataInputStream that reads from this input stream.
The count of read operations from the input stream
Returns a BufferedInputStream that reads from this input stream.
Functions
Returns a BufferedInputStream that reads from this input stream.
Returns a CountingInputStream that reads from this input stream.
Returns a DataInputStream that reads from this input stream.
Checks if the input stream supports marking/resetting
Reads bytes from the input stream and increases the count by the number of read bytes
Reads bytes from the input streamand increases the count by the number of read bytes