ByteBlockPosition 属性
获取或设置字节块中的当前位置。
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:4.1.4.7+7f7e1f78093c99347956e09330d5d7aca1d2bdf2
public int Position { get; set; }
Public Property Position As Integer
Get
Set
abstract Position : int with get, set
override Position : int with get, set
Int32表示字节块中的当前读写位置,从0开始的索引。
IByteBlockCorePosition
位置用于跟踪读取或写入操作的当前位置,通常在0到
Length之间。