Android-cuttlefish cvd tool
|
#include <compression_utils.h>
Public Member Functions | |
void | Append (Block &&block) |
bool | Finish () |
virtual DecodeResult | Decode (std::span< char > *output)=0 |
Protected Member Functions | |
Decoder (std::span< char > output_buffer) | |
~Decoder ()=default | |
Protected Attributes | |
bool | finished_ = false |
IOVector | input_buffer_ |
std::span< char > | output_buffer_ |
|
inlineprotected |
|
protecteddefault |
|
inline |
|
pure virtual |
Implemented in NullDecoder, BrotliDecoder, LZ4Decoder, and ZstdDecoder.
|
inline |
|
protected |
|
protected |
|
protected |