'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 _ )
'Usage Dim stream As Stream Dim count As Integer Dim buffer() As Byte Dim bufferOffset As Integer Dim bufferLength As Integer SSHString.ReadData(stream, count, buffer, bufferOffset, bufferLength)
public static void ReadData( Stream stream, int count, byte[] buffer, int bufferOffset, int bufferLength )
Parameters
- stream
- count
- buffer
- bufferOffset
- bufferLength