Skip to content

BZip2.BZ2Stream.Write

Andrew Lambert edited this page Nov 27, 2022 · 3 revisions

Method Signature

 Sub Write(Text As String) Implements Writeable.Write

Parameters

Name Type Comment
Text String The data to be compressed

Remarks

Writes Text to the compressed stream.

See also