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

    Modifier and Type Method Description
    long getRead()
    The total number of bytes that have been read or skipped
  • Method Details

    • getRead

      long getRead()
      The total number of bytes that have been read or skipped