#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. | |
| 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.
|
|
|
Return number of output bytes.
Definition at line 246 of file stream.hpp. References CCompressionStream::eRead, and CCompressionStream::x_GetOutputSize(). |
|
|
Return number of processed bytes.
Definition at line 242 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 Wed Oct 08 07:26:34 2008 by modify_doxy.py rev. 117643