C# Class Base.ZipHelper

Show file Open project: egametang/Egametang

Public Methods

Method Description
Compress ( byte content ) : byte[]
Decompress ( byte content ) : byte[]
Decompress ( byte content, int offset, int count ) : byte[]

Method Details

Compress() public static method

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

Decompress() public static method

public static Decompress ( byte content ) : byte[]
content byte
return byte[]

Decompress() public static method

public static Decompress ( byte content, int offset, int count ) : byte[]
content byte
offset int
count int
return byte[]