public class DeflaterKt
| Modifier and Type | Method and Description |
|---|---|
static kotlinx.coroutines.io.ByteReadChannel |
deflated(kotlinx.coroutines.io.ByteReadChannel $receiver,
boolean gzip,
kotlinx.io.pool.ObjectPool<java.nio.ByteBuffer> pool,
NonExistentClass coroutineContext)
Launch a coroutine on coroutineContext that does deflate compression
optionally doing CRC and writing GZIP header and trailer if gzip =
true |
static kotlinx.coroutines.io.ByteWriteChannel |
deflated(kotlinx.coroutines.io.ByteWriteChannel $receiver,
boolean gzip,
kotlinx.io.pool.ObjectPool<java.nio.ByteBuffer> pool,
NonExistentClass coroutineContext)
Launch a coroutine on coroutineContext that does deflate compression
optionally doing CRC and writing GZIP header and trailer if gzip =
true |
public static kotlinx.coroutines.io.ByteReadChannel deflated(kotlinx.coroutines.io.ByteReadChannel $receiver,
boolean gzip,
kotlinx.io.pool.ObjectPool<java.nio.ByteBuffer> pool,
NonExistentClass coroutineContext)
Launch a coroutine on coroutineContext that does deflate compression
optionally doing CRC and writing GZIP header and trailer if gzip = true
public static kotlinx.coroutines.io.ByteWriteChannel deflated(kotlinx.coroutines.io.ByteWriteChannel $receiver,
boolean gzip,
kotlinx.io.pool.ObjectPool<java.nio.ByteBuffer> pool,
NonExistentClass coroutineContext)
Launch a coroutine on coroutineContext that does deflate compression
optionally doing CRC and writing GZIP header and trailer if gzip = true