Package i2p.susi.util
Interface ReadCounter
-
- All Known Implementing Classes:
CountingInputStream,EOFOnMatchInputStream,LimitInputStream
public interface ReadCounterCount 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 longgetRead()The total number of bytes that have been read or skipped
-