public static void Decompress<TByteBlock>(
ref TByteBlock byteBlock,
byte[] data,
int offset,
int length
)
where TByteBlock : IByteBlock
Public Shared Sub Decompress(Of TByteBlock As IByteBlock) (
ByRef byteBlock As TByteBlock,
data As Byte(),
offset As Integer,
length As Integer
)
static member Decompress :
byteBlock : 'TByteBlock byref *
data : byte[] *
offset : int *
length : int -> unit when 'TByteBlock : IByteBlock
[缺少 "M:TouchSocket.Core.GZip.Decompress``1(``0@,System.Byte[],System.Int32,System.Int32)" 的 <param name="byteBlock"/> 文档]
[缺少 "M:TouchSocket.Core.GZip.Decompress``1(``0@,System.Byte[],System.Int32,System.Int32)" 的 <param name="data"/> 文档]
[缺少 "M:TouchSocket.Core.GZip.Decompress``1(``0@,System.Byte[],System.Int32,System.Int32)" 的 <param name="offset"/> 文档]
[缺少 "M:TouchSocket.Core.GZip.Decompress``1(``0@,System.Byte[],System.Int32,System.Int32)" 的 <param name="length"/> 文档]
[缺少 "M:TouchSocket.Core.GZip.Decompress``1(``0@,System.Byte[],System.Int32,System.Int32)" 的 <typeparam name="TByteBlock"/> 文档]