Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
huffman_p.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtCore/private/qglobal_p.h>
+ Include dependency graph for huffman_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  HPack::CodeEntry
 
struct  HPack::PrefixTable
 
struct  HPack::PrefixTableEntry
 
class  HPack::HuffmanDecoder
 

Namespaces

namespace  HPack
 

Functions

quint64 HPack::huffman_encoded_bit_length (QByteArrayView inputData)
 
void HPack::huffman_encode_string (QByteArrayView inputData, BitOStream &outputStream)
 
bool HPack::huffman_decode_string (BitIStream &inputStream, QByteArray *outputBuffer)