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... | |
| virtual | ~CompressedInputSource () |
| Constructor. More... | |
| virtual xercesc::BinInputStream * | makeStream () const |
| 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.
|
virtual |
Constructor.
|
private |
private CTor - not implemented
|
private |
|
virtual |
Depending on the header in the Constructor a Bzip2InputStream or a GzipInputStream object is returned.
|
private |
|
private |
| OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:07 using doxygen 1.8.13 |