35 #ifndef OPENMS_FORMAT_BZIP2INPUTSTREAM_H
36 #define OPENMS_FORMAT_BZIP2INPUTSTREAM_H
38 #include <xercesc/util/BinInputStream.hpp>
39 #include <xercesc/util/PlatformUtils.hpp>
51 public xercesc::BinInputStream
63 bool getIsOpen()
const;
68 virtual XMLFilePos curPos()
const;
80 virtual XMLSize_t readBytes(XMLByte*
const to_fill,
const XMLSize_t max_to_read);
85 virtual const XMLCh* getContentType()
const;
112 #endif // OPENMS_FORMAT_BZIP2InputStream_H
A more convenient string class.
Definition: String.h:57
bool isOpen() const
returns whether a file is open.
Definition: Bzip2Ifstream.h:110
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Decompresses files which are compressed in the bzip2 format (*.bz2)
Definition: Bzip2Ifstream.h:47