Skip to content

zlib.ZStream.WriteLine

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

zlib.ZStream.WriteLine

Method Signature

 Sub WriteLine(Data As String, EOL As String = "")

Parameters

Name Type Comment
Data String The data to be compressed
EOL String Optional. If specified, the EOL sequence to use

Remarks

Writes Data to the compressed stream, followed by an EOL sequence.

See also

Entry-level points of interest denoted by "☜"



Clone this wiki locally