IByteBlockCore 接口
表示字节块的核心接口,定义了字节块的基本属性和访问方式。
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
public interface IByteBlockCore
Public Interface IByteBlockCore
type IByteBlockCore = interface end
此接口提供了字节块的核心功能,包括长度信息、位置信息以及内存和跨度的访问方式。
是所有字节块相关接口的基础接口。