System.ZLib.z_stream.total_out
Delphi
total_out: LongWord; // total number of bytes output so far
C++
System::LongWord total_out;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | public | System.ZLib.pas System.ZLib.hpp |
System.ZLib | z_stream |
For internal use only.
Description
For more information, see the original documentation provided by the ZLib library.