-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.Channel.Read
Andrew Lambert edited this page Aug 30, 2019
·
8 revisions
Function Read(Count As Integer, StreamID As Integer, encoding As TextEncoding = Nil) As String
Private Function Read(Count As Integer, encoding As TextEncoding = Nil) As String Implements Readable.Read
Name | Type | Comment |
---|---|---|
Count |
Integer | The number of bytes to read. |
StreamID |
Integer | The stream to read from. |
Encoding |
TextEncoding |
The TextEncoding of the data being read. |
Returns a String containing the data that was read. When called on the Readable
(or SSHStream) interface StreamID=0
will be used.
Reads bytes from a channel if there is data available.
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.