Interface InputStreamStatistics

    • Method Detail

      • getCompressedCount

        long getCompressedCount()
        Gets the amount of raw or compressed bytes read by the stream.
        Returns:
        the amount of raw or compressed bytes read by the stream.
      • getUncompressedCount

        long getUncompressedCount()
        Gets the amount of decompressed bytes returned by the stream.
        Returns:
        the amount of decompressed bytes returned by the stream.