public override int Read(
byte[] buffer,
int offset,
int count
)Public Overrides Function Read (
buffer As Byte(),
offset As Integer,
count As Integer
) As Integerabstract Read :
buffer : byte[] *
offset : int *
count : int -> int
override Read :
buffer : byte[] *
offset : int *
count : int -> int [缺少 "M:TouchSocket.Core.WrapStream.Read(System.Byte[],System.Int32,System.Int32)" 的 <returns> 文档]
| ArgumentException | The sum of offset and count is larger than the buffer length. |
| ArgumentNullException | buffer is . |
| ArgumentOutOfRangeException | offset or count is negative. |
| IOException | An I/O error occurs. |
| NotSupportedException | The stream does not support reading. |
| ObjectDisposedException | Methods were called after the stream was closed. |