Skip to content

zlib.ZStream.TotalIn

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

zlib.ZStream.TotalIn

Property declaration

 Dim TotalIn As UInt32

Remarks

Gets the total number of input 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