Hevea documentation

DualStreamReader.Read Method (Int32)

Reads an account of bytes.

public byte[] Read(
   int count
);

Parameters

count
count of bytes to read (the result could be less than count)

Return Value

bytes read

Exceptions

Exception Type Condition
IOException an I/O error occurs
ObjectDisposedException the base stream has been closed

See Also

DualStreamReader Class | Hevea.Core.Net Namespace | DualStreamReader.Read Overload List