從流中讀取位元組區塊並將資料寫入給定緩衝區中。
參數
陣列
count
類型:System.Int32
- 最大位元組數要讀取的內容。數進入緩衝區。如果該位元組數目前不可用,則該位元組數可能小於請求的位元組數;如果到達流末尾,則該位元組數可能為零。 *異常
異常
條件-
ArgumentNullException*&*
陣列
聽是聽
null
.
ArgumentOutOfRangeException
*&*
offset
或聽
count 為負數。
NotSupportedException |
The stream does not support reading. |
IOException |
An I/O error occurred. |
ArgumentException |
offset聽and聽count聽describe an invalid range in聽array. |
ObjectDisposedException |
Methods were called after the stream was closed. |
以上就是C# FileStream.Read Method的内容,更多相关内容请关注PHP中文网(www.php.cn)!