C# Class Base.ZipHelper

Afficher le fichier Open project: egametang/Egametang

Méthodes publiques

Méthode Description
Compress ( byte content ) : byte[]
Decompress ( byte content ) : byte[]
Decompress ( byte content, int offset, int count ) : byte[]

Method Details

Compress() public static méthode

public static Compress ( byte content ) : byte[]
content byte
Résultat byte[]

Decompress() public static méthode

public static Decompress ( byte content ) : byte[]
content byte
Résultat byte[]

Decompress() public static méthode

public static Decompress ( byte content, int offset, int count ) : byte[]
content byte
offset int
count int
Résultat byte[]