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