C# Class FinalesFunkeln.Util.Gzip

Show file Open project: frostycpu/FinalesFunkeln

Public Methods

Method Description
Compress ( byte data ) : byte[]
Decompress ( byte data, int bufferSize = 2048 ) : byte[]

Method Details

Compress() public static method

public static Compress ( byte data ) : byte[]
data byte
return byte[]

Decompress() public static method

public static Decompress ( byte data, int bufferSize = 2048 ) : byte[]
data byte
bufferSize int
return byte[]