#include <stream.hpp>
Inheritance diagram for CCompressionOStream:


Definition at line 259 of file stream.hpp.
Public Member Functions | |
| CCompressionOStream (CNcbiIos &stream, CCompressionStreamProcessor *stream_processor, TOwnership ownership=0) | |
| CCompressionProcessor::EStatus | GetStatus (void) |
| Get status of last compression/decompression stream operation. | |
| bool | GetError (int &status, string &description) |
| Get error code and description of last compressor/decompressor stream operation. | |
| unsigned long | GetProcessedSize (void) |
| Return number of processed bytes. | |
| unsigned long | GetOutputSize (void) |
| Return number of output bytes. | |
| DECLARE_OPERATOR_BOOL ((void *) this!=0) | |
| Test if no stream operation has failed. | |
|
||||||||||||||||
|
Definition at line 263 of file stream.hpp. |
|
|
Test if no stream operation has failed.
|
|
||||||||||||
|
Get error code and description of last compressor/decompressor stream operation. Return TRUE if information obtained successfully. Definition at line 276 of file stream.hpp. References CCompressionStream::eWrite, and CCompressionStream::x_GetError(). |
|
|
Return number of output bytes.
Definition at line 284 of file stream.hpp. References CCompressionStream::eWrite, and CCompressionStream::x_GetOutputSize(). |
|
|
Return number of processed bytes.
Definition at line 280 of file stream.hpp. References CCompressionStream::eWrite, and CCompressionStream::x_GetProcessedSize(). |
|
|
Get status of last compression/decompression stream operation.
Definition at line 271 of file stream.hpp. References CCompressionStream::eWrite, and CCompressionStream::x_GetStatus(). |
1.4.6
Modified on Wed Dec 09 08:19:02 2009 by modify_doxy.py rev. 173732