InflateException

Thrown by Inflate and Gzip when decompression fails. Carries the faithful libtorrent error so callers can branch on the exact failure mode (e.g. distinguish a bad gzip header from a truncated stream).

Constructors

Link copied to clipboard
constructor(error: InflateError)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
expect open val message: String?