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