-
-
Notifications
You must be signed in to change notification settings - Fork 3
zlib.ZStream.ReadLine
Andrew Lambert edited this page Mar 15, 2017
·
10 revisions
Function ReadLine(encoding As TextEncoding = Nil, EOL As String = "") As String
Name | Type | Comment |
---|---|---|
encoding | TextEncoding | Optional. The encoding of the decompressed data |
EOL | String | Optional. The EOL character sequence to use in lieu of the target platform sequence |
The next line of decompressed text, including the EOL sequence.
Reads one line of decompressed text from the compressed stream. ZStream.BufferedReading MUST be True
otherwise an IOException
will be raised.
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.