Skip to content

SSH.SFTPStream.ReadBuffer

Andrew Lambert edited this page Nov 26, 2022 · 3 revisions

SSH.SFTPStream.ReadBuffer

Method Signature

 Function ReadBuffer(Count As Integer) As MemoryBlock

Parameters

Name Type Comment
Count Integer The number of bytes to read.

Return value

Returns a MemoryBlock containing the data that was read.

Remarks

This method is the same as Read() except it returns a MemoryBlock instead of a String.

See also

Clone this wiki locally