PPTMarkFinder.h

Go to the documentation of this file.
00001 // PPTMarkFinder.h
00002 
00003 class PPTMarkFinder
00004 {
00005 private:
00006     int                         _markIndex ;
00007     int                         _markLength ;
00008     unsigned char               _mark[64] ;
00009 
00010 public:
00011                                 PPTMarkFinder( unsigned char *mark,
00012                                             int markLength ) ;
00013 
00014     int                         getMarkIndex() { return _markIndex ; }
00015 
00016     bool                        markCheck( unsigned char b ) ;
00017 } ;
00018 

Generated on Tue Feb 13 11:13:44 2007 for OPeNDAP Back End Server (BES) by  doxygen 1.4.6