Skip to content

BZip2.BZ2Stream.WriteLine

Andrew Lambert edited this page Feb 1, 2023 · 1 revision

BZip2.BZ2Stream.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

Clone this wiki locally