Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
HPack::HuffmanDecoder Class Reference

#include <huffman_p.h>

Collaboration diagram for HPack::HuffmanDecoder:

Public Types

enum class  BitConstants { rootPrefix = 9 , childPrefix = 6 }

Public Member Functions

 HuffmanDecoder ()
bool decodeStream (BitIStream &inputStream, QByteArray &outputBuffer)

Detailed Description

Definition at line 102 of file huffman_p.h.

Member Enumeration Documentation

◆ BitConstants

Enumerator
rootPrefix 
childPrefix 

Definition at line 105 of file huffman_p.h.

Constructor & Destructor Documentation

◆ HuffmanDecoder()

HPack::HuffmanDecoder::HuffmanDecoder ( )

Definition at line 385 of file huffman.cpp.

References HuffmanDecoder().

Referenced by HuffmanDecoder().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ decodeStream()

bool HPack::HuffmanDecoder::decodeStream ( BitIStream & inputStream,
QByteArray & outputBuffer )

Definition at line 461 of file huffman.cpp.

Referenced by HPack::huffman_decode_string().

Here is the caller graph for this function:

The documentation for this class was generated from the following files: