Android-cuttlefish cvd tool
Public Member Functions | List of all members
NullDecoder Struct Referencefinal

#include <compression_utils.h>

Inheritance diagram for NullDecoder:
Inheritance graph
[legend]
Collaboration diagram for NullDecoder:
Collaboration graph
[legend]

Public Member Functions

 NullDecoder (std::span< char > output_buffer)
 
DecodeResult Decode (std::span< char > *output) final
 
- Public Member Functions inherited from Decoder
void Append (Block &&block)
 
bool Finish ()
 
virtual DecodeResult Decode (std::span< char > *output)=0
 

Additional Inherited Members

- Protected Member Functions inherited from Decoder
 Decoder (std::span< char > output_buffer)
 
 ~Decoder ()=default
 
- Protected Attributes inherited from Decoder
bool finished_ = false
 
IOVector input_buffer_
 
std::span< char > output_buffer_
 

Constructor & Destructor Documentation

◆ NullDecoder()

NullDecoder::NullDecoder ( std::span< char >  output_buffer)
inlineexplicit

Member Function Documentation

◆ Decode()

DecodeResult NullDecoder::Decode ( std::span< char > *  output)
inlinefinalvirtual

Implements Decoder.


The documentation for this struct was generated from the following file: