OpenMS
|
This class is based on xercesc::LocalFileInputSource. More...
#include <OpenMS/FORMAT/CompressedInputSource.h>
Public Member Functions | |
CompressedInputSource (const String &file_path, const String &header, xercesc::MemoryManager *const manager=xercesc::XMLPlatformUtils::fgMemoryManager) | |
Constructor. More... | |
CompressedInputSource (const XMLCh *const file_path, const String &header, xercesc::MemoryManager *const manager=xercesc::XMLPlatformUtils::fgMemoryManager) | |
Constructor. More... | |
~CompressedInputSource () override | |
Constructor. More... | |
xercesc::BinInputStream * | makeStream () const override |
Depending on the header in the Constructor a Bzip2InputStream or a GzipInputStream object is returned. More... | |
Private Member Functions | |
CompressedInputSource () | |
private CTor - not implemented More... | |
CompressedInputSource (const CompressedInputSource &source) | |
CompressedInputSource & | operator= (const CompressedInputSource &source) |
Private Attributes | |
String | head_ |
This class is based on xercesc::LocalFileInputSource.
CompressedInputSource | ( | const String & | file_path, |
const String & | header, | ||
xercesc::MemoryManager *const | manager = xercesc::XMLPlatformUtils::fgMemoryManager |
||
) |
Constructor.
CompressedInputSource | ( | const XMLCh *const | file_path, |
const String & | header, | ||
xercesc::MemoryManager *const | manager = xercesc::XMLPlatformUtils::fgMemoryManager |
||
) |
Constructor.
|
override |
Constructor.
|
private |
private CTor - not implemented
|
private |
|
override |
Depending on the header in the Constructor a Bzip2InputStream or a GzipInputStream object is returned.
|
private |
|
private |