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


Definition at line 226 of file stream.hpp.
Public Member Functions | |
| CCompressionIStream (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 230 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 243 of file stream.hpp. References CCompressionStream::eRead, and CCompressionStream::x_GetError(). |
|
|
Return number of output bytes.
Definition at line 251 of file stream.hpp. References CCompressionStream::eRead, and CCompressionStream::x_GetOutputSize(). |
|
|
Return number of processed bytes.
Definition at line 247 of file stream.hpp. References CCompressionStream::eRead, and CCompressionStream::x_GetProcessedSize(). |
|
|
Get status of last compression/decompression stream operation.
Definition at line 238 of file stream.hpp. References CCompressionStream::eRead, and CCompressionStream::x_GetStatus(). |
1.4.6
Modified on Mon Dec 07 16:22:53 2009 by modify_doxy.py rev. 173732