GzipSource

class GzipSource(source: Source) : Source

A source that uses GZIP to decompress data read from another source.

Constructors

GzipSource
Link copied to clipboard
fun GzipSource(source: Source)

Functions

close
Link copied to clipboard
open override fun close()
Closes this source and releases the resources held by this source.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
read
Link copied to clipboard
open override fun read(sink: Buffer, byteCount: Long): Long
Removes at least 1, and up to byteCount bytes from this and appends them to sink.
timeout
Link copied to clipboard
open override fun timeout(): Timeout
Returns the timeout for this source.
toString
Link copied to clipboard
open fun toString(): String