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

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

Go to the documentation of this file.
00001 #ifndef __J2K__LZH__LZHLDecompressor_HPP__
00002 #define __J2K__LZH__LZHLDecompressor_HPP__
00003 
00004 class LZHLDecompressor : private LZBuffer, private LZHLDecoderStat {
00005 private:
00006   UINT32 bits;
00007   int nBits;
00008 
00009 public:
00010   LZHLDecompressor();
00011   virtual ~LZHLDecompressor();
00012   BOOL decompress( BYTE* dst, size_t* dstSz, const BYTE* src, size_t* srcSz );
00013 
00014 private:
00015   inline int _get( const BYTE*& src, const BYTE* srcEnd, int n );
00016 };
00017 
00018 #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