-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SFTPStream.ReadBuffer
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
SSH.SFTPStream.ReadBuffer
Function ReadBuffer(Count As Integer) As MemoryBlock
Name | Type | Comment |
---|---|---|
Count |
Integer | The number of bytes to read. |
Returns a MemoryBlock containing the data that was read.
This method is the same as Read() except it returns a MemoryBlock instead of a String.
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.