Android-cuttlefish cvd tool
|
#include <compression_utils.h>
Public Member Functions | |
NullDecoder (std::span< char > output_buffer) | |
DecodeResult | Decode (std::span< char > *output) final |
![]() | |
void | Append (Block &&block) |
bool | Finish () |
virtual DecodeResult | Decode (std::span< char > *output)=0 |
Additional Inherited Members | |
![]() | |
Decoder (std::span< char > output_buffer) | |
~Decoder ()=default | |
![]() | |
bool | finished_ = false |
IOVector | input_buffer_ |
std::span< char > | output_buffer_ |
|
inlineexplicit |
|
inlinefinalvirtual |
Implements Decoder.