Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/LZH/LZHLDecoderStat.hpp

Go to the documentation of this file.
00001 #ifndef __J2K__LZH__LZHLDecoderStat_HPP__
00002 #define __J2K__LZH__LZHLDecoderStat_HPP__
00003 
00004 class LZHLDecoderStat : public HuffStat {
00005 public:
00006   LZHLDecoderStat();
00007   virtual ~LZHLDecoderStat();
00008 
00009 public:
00010   struct Group { int nBits; int pos; };
00011 
00012 public:
00013   static Group groupTable0[];
00014   Group groupTable[ 16 ];
00015 
00016   static HUFFINT symbolTable0[];
00017   HUFFINT* symbolTable;
00018 };
00019 
00020 #endif

Generated on Sun Oct 14 18:46:33 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001