xoreos  0.0.5
Classes | Namespaces
huffman.h File Reference

Decompressing Huffman codes. More...

#include <vector>
#include <list>
#include "src/common/types.h"
Include dependency graph for huffman.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Common::HuffmanTable
 
class  Common::Huffman
 Decode a Huffman'd bitstream. More...
 
struct  Common::Huffman::Symbol
 

Namespaces

 Common
 

Detailed Description

Decompressing Huffman codes.

Definition in file huffman.h.