Package-level declarations
Types
Link copied to clipboard
data class TransferStats(val url: URL, val bytes: Long, val durationMs: Long, val speedMbps: Double)
Represents the statistics of a transfer operation.
Represents the statistics of a transfer operation.