当不满足解析条件时,请返回Cache,此时会保存CanReadLength的数据
protected abstract FilterResult Filter<TByteBlock>(
ref TByteBlock byteBlock,
bool beCached,
ref TRequest request,
ref int tempCapacity
)
where TByteBlock : IByteBlock
Protected MustOverride Function Filter(Of TByteBlock As IByteBlock) (
ByRef byteBlock As TByteBlock,
beCached As Boolean,
ByRef request As TRequest,
ByRef tempCapacity As Integer
) As FilterResult
abstract Filter :
byteBlock : 'TByteBlock byref *
beCached : bool *
request : 'TRequest byref *
tempCapacity : int byref -> FilterResult when 'TByteBlock : IByteBlock
[缺少 "M:TouchSocket.Core.CustomDataHandlingAdapter`1.Filter``1(``0@,System.Boolean,`0@,System.Int32@)" 的 <typeparam name="TByteBlock"/> 文档]
[缺少 "M:TouchSocket.Core.CustomDataHandlingAdapter`1.Filter``1(``0@,System.Boolean,`0@,System.Int32@)" 的 <returns> 文档]