IByteBlockRead 方法
从数据源读取字节并将其写入指定的字节范围。
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
int Read(
Span<byte> span
)
Function Read (
span As Span(Of Byte)
) As Integer
abstract Read :
span : Span<byte> -> int
- span SpanByte
- 要写入读取字节的字节范围。
Int32实际写入字节范围的字节数。