An NDoc Documented Class Library

SmartMemoryStream.Read Method 

Reads the number of bytes specified by count and writes them into the buffer at the specified offset. For more Information and examples see Read

public override int Read(
   byte[] buffer,
   int offset,
   int count
);

Parameters

buffer
The byte buffer to copy the content to
offset
The offset on the buffer
count
The number of bytes to write

Return Value

See Also

SmartMemoryStream Class | InfiniTec.SystemUtilities Namespace