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
huffman_p.h File Reference

(f0fcd396c57107a8fb4bca12a014107b6b09f5d0)

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)