35 #ifndef OPENMS_FORMAT_COMPRESSEDINPUTSOURCE_H 
   36 #define OPENMS_FORMAT_COMPRESSEDINPUTSOURCE_H 
   40 #include <xercesc/sax/InputSource.hpp> 
   48     public xercesc::InputSource
 
   52     CompressedInputSource(
const   String & file_path, 
const char * header, xercesc::MemoryManager * 
const manager = xercesc::XMLPlatformUtils::fgMemoryManager);
 
   54     CompressedInputSource(
const   XMLCh * 
const file_path, 
const char * header, xercesc::MemoryManager * 
const manager = xercesc::XMLPlatformUtils::fgMemoryManager);
 
   62     virtual xercesc::BinInputStream * makeStream() 
const;
 
   74 #endif // OPENMS_FORMAT_COMPRESSEDINPUTSOURCE_H 
A more convenient string class. 
Definition: String.h:56