public interface IRequestInfoBuilder : IRequestInfo,
IByteBlockBuilder
Public Interface IRequestInfoBuilder
Inherits IRequestInfo, IByteBlockBuilder
type IRequestInfoBuilder =
interface
interface IRequestInfo
interface IByteBlockBuilder
end
MaxLength |
构建数据时,指示内存池的申请长度。
建议:该值可以尽可能的设置大一些,这样可以避免内存池扩容。 (继承自 IByteBlockBuilder。) |
BuildTByteBlock |
构建对象到ByteBlock (继承自 IByteBlockBuilder。) |
Build |
扩展方法,用于构建给定的字节块。
该方法通过引用传递字节块,以利用ref参数提高性能,避免不必要的复制。
(由 ByteBlockBuilderExtension 定义。) |
BuildAsBytes |
将对象构建到字节数组
(由 DataHandlingAdapterExtension 定义。) |