-
-
Notifications
You must be signed in to change notification settings - Fork 4
zlib.ZStream.ReadLine
Andrew Lambert edited this page Nov 22, 2016
·
10 revisions
##Method Signature
Function ReadLine(encoding As TextEncoding = Nil, EOL As String = "") As String##Parameters
| 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 |
##Return value The next line of decompressed text, excluding the EOL sequence.
##Notes
Reads one line of decompressed text from the compressed stream. ZStream.BufferedReading MUST be True otherwise an IOException will be raised.
##See also
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.