-
-
Notifications
You must be signed in to change notification settings - Fork 1
BZip2.BZ2Stream.Lookahead
Andrew Lambert edited this page Feb 1, 2023
·
1 revision
Function Lookahead(encoding As TextEncoding = Nil) As String
Name | Type | Comment |
---|---|---|
encoding | TextEncoding | Optional. The encoding of the decompressed data |
The decompressed data that is still in the read buffer.
This method returns the contents of the read buffer if BufferedReading
is True
(the default). If the read buffer has fewer than two bytes remaining in it then a new chunk of data is read into the buffer.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.