Module methanol
Package com.github.mizosoft.methanol.decoder
-
Interface Summary Interface Description AsyncDecoder An object that decompressesByteBufferchunks of a compressed stream in a non-blocking manner.AsyncDecoder.ByteSink A sink of bytes for writing the decompressed stream asByteBufferchunks.AsyncDecoder.ByteSource A source of bytes for reading the compressed stream asByteBufferchunks. -
Class Summary Class Description AsyncBodyDecoder<T> An implementation ofBodyDecoderthat uses anAsyncDecoderfor decompression.