Energy Core Library
Energy.Base.Compression.GZip Class Reference

GZip More...

Static Public Member Functions

static byte [] Compress (byte[] data)
 Compress using gzip algorithm More...
 
static byte [] Decompress (byte[] data)
 Decompress using gzip algorithm More...
 

Detailed Description

Member Function Documentation

◆ Compress()

static byte [] Energy.Base.Compression.GZip.Compress ( byte []  data)
static

Compress using gzip algorithm

Parameters
data
Returns

◆ Decompress()

static byte [] Energy.Base.Compression.GZip.Decompress ( byte []  data)
static

Decompress using gzip algorithm

Parameters
data
Returns

The documentation for this class was generated from the following file: