GZip encodes a memory buffer to a compressed memory buffer
public static Byte[] GZipMemory(Byte[] buffer)
Parameters
buffer
Overloads:
public static Byte[] GZipMemory(string Input)
public static Byte[] GZipMemory(string Filename, bool IsFile)
See also:
Class Encryption© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic