Package i2p.susi.util
Interface ReadCounter
-
- All Known Implementing Classes:
CountingInputStream
,EOFOnMatchInputStream
,LimitInputStream
public interface ReadCounter
Count the bytes that have been read or skipped- Since:
- 0.9.34
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getRead()
The total number of bytes that have been read or skipped
-