-
-
Notifications
You must be signed in to change notification settings - Fork 3
zlib.ZStream.WriteLine
Andrew Lambert edited this page Mar 15, 2017
·
9 revisions
Sub WriteLine(Data As String, EOL As String = "")
Name | Type | Comment |
---|---|---|
Data | String | The data to be compressed |
EOL | String | Optional. If specified the EOL sequence to use |
Writes Data
to the compressed stream, followed by an EOL sequence.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.