Skip to content

zlib.ZStream.TotalOut

Andrew Lambert edited this page Nov 26, 2022 · 7 revisions

zlib.ZStream.TotalOut

Property declaration

 Dim TotalOut As UInt32

Remarks

Gets the total number of output bytes so far. This value will overflow on streams that are larger than 4GB, however this will not affect compression/decompression.

Entry-level points of interest denoted by "☜"



Clone this wiki locally