public static byte[] Compress(
byte[] buffer,
int offset,
int length
)
Public Shared Function Compress (
buffer As Byte(),
offset As Integer,
length As Integer
) As Byte()
static member Compress :
buffer : byte[] *
offset : int *
length : int -> byte[]
[缺少 "M:TouchSocket.Core.GZip.Compress(System.Byte[],System.Int32,System.Int32)" 的 <param name="buffer"/> 文档]
[缺少 "M:TouchSocket.Core.GZip.Compress(System.Byte[],System.Int32,System.Int32)" 的 <param name="offset"/> 文档]
[缺少 "M:TouchSocket.Core.GZip.Compress(System.Byte[],System.Int32,System.Int32)" 的 <param name="length"/> 文档]
[缺少 "M:TouchSocket.Core.GZip.Compress(System.Byte[],System.Int32,System.Int32)" 的 <returns> 文档]