IBytesReaderRead 方法
读取字节到指定的跨度中。
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
int Read(
Span<byte> span
)
Function Read (
span As Span(Of Byte)
) As Integer
abstract Read :
span : Span<byte> -> int
- span SpanByte
- 目标跨度。
Int32实际读取的字节数。