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


Definition at line 254 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. | |
| 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 258 of file stream.hpp. |
|
|
Test if no stream operation has failed.
|
|
|
Return number of output bytes.
Definition at line 274 of file stream.hpp. References CCompressionStream::eWrite, and CCompressionStream::x_GetOutputSize(). |
|
|
Return number of processed bytes.
Definition at line 270 of file stream.hpp. References CCompressionStream::eWrite, and CCompressionStream::x_GetProcessedSize(). |
|
|
Get status of last compression/decompression stream operation.
Definition at line 266 of file stream.hpp. References CCompressionStream::eWrite, and CCompressionStream::x_GetStatus(). |
1.4.6
Modified on Mon Sep 29 16:08:33 2008 by modify_doxy.py rev. 117643