![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <huffman_p.h>
Public Types | |
enum class | BitConstants { rootPrefix = 9 , childPrefix = 6 } |
Public Member Functions | |
HuffmanDecoder () | |
bool | decodeStream (BitIStream &inputStream, QByteArray &outputBuffer) |
Definition at line 102 of file huffman_p.h.
|
strong |
Enumerator | |
---|---|
rootPrefix | |
childPrefix |
Definition at line 105 of file huffman_p.h.
HPack::HuffmanDecoder::HuffmanDecoder | ( | ) |
Definition at line 385 of file huffman.cpp.
References HuffmanDecoder().
Referenced by HuffmanDecoder().
bool HPack::HuffmanDecoder::decodeStream | ( | BitIStream & | inputStream, |
QByteArray & | outputBuffer ) |
Definition at line 461 of file huffman.cpp.
Referenced by HPack::huffman_decode_string().