'Declaration Public Overloads Shared Sub ReadData( _ ByVal stream As Stream, _ ByVal count As Integer, _ ByVal buffer() As Byte, _ ByVal bufferOffset As Integer, _ ByVal bufferLength As Integer, _ ByVal processReadData As SSHString.ProcessReadData _ )
'Usage Dim stream As Stream Dim count As Integer Dim buffer() As Byte Dim bufferOffset As Integer Dim bufferLength As Integer Dim processReadData As SSHString.ProcessReadData SSHString.ReadData(stream, count, buffer, bufferOffset, bufferLength, processReadData)
public static void ReadData( Stream stream, int count, byte[] buffer, int bufferOffset, int bufferLength, SSHString.ProcessReadData processReadData )
Parameters
- stream
- count
- buffer
- bufferOffset
- bufferLength
- processReadData