Skip to content

LZMA.LZMAStream.Write

Andrew Lambert edited this page Nov 26, 2022 · 2 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.

Clone this wiki locally