GZipEncoder
Implementation of ContentEncoder using gzip algorithm
Implementation of ContentEncoder using gzip algorithm
Implementation of ContentEncoder using gzip algorithm
Properties
Functions
Link copied to clipboard
expect open override fun decode(source: ByteReadChannel, coroutineContext: CoroutineContext): ByteReadChannel
Launch coroutine to decode source bytes.
open override fun decode(source: ByteReadChannel, coroutineContext: CoroutineContext): ByteReadChannel
open override fun decode(source: ByteReadChannel, coroutineContext: CoroutineContext): ByteReadChannel
Link copied to clipboard
expect open override fun encode(source: ByteReadChannel, coroutineContext: CoroutineContext): ByteReadChannel
expect open override fun encode(source: ByteWriteChannel, coroutineContext: CoroutineContext): ByteWriteChannel
Launch coroutine to encode source bytes.
open override fun encode(source: ByteReadChannel, coroutineContext: CoroutineContext): ByteReadChannel
open override fun encode(source: ByteWriteChannel, coroutineContext: CoroutineContext): ByteWriteChannel
open override fun encode(source: ByteReadChannel, coroutineContext: CoroutineContext): ByteReadChannel
open override fun encode(source: ByteWriteChannel, coroutineContext: CoroutineContext): ByteWriteChannel
Link copied to clipboard
Provides an estimation for the compressed length based on the originalLength or return null if it's impossible.