mirror of
https://github.com/square/okhttp.git
synced 2025-08-04 14:22:10 +03:00
* Rename compression algorithms to be consistent. Nice API for both Java and Kotlin devs. With a test showing each. Co-authored-by: Jake Wharton <github@jakewharton.com> --------- Co-authored-by: Jake Wharton <github@jakewharton.com>
7 lines
259 B
Plaintext
7 lines
259 B
Plaintext
public final class okhttp3/zstd/Zstd : okhttp3/CompressionInterceptor$DecompressionAlgorithm {
|
|
public static final field INSTANCE Lokhttp3/zstd/Zstd;
|
|
public fun decompress (Lokio/BufferedSource;)Lokio/Source;
|
|
public fun getEncoding ()Ljava/lang/String;
|
|
}
|
|
|