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