C# Class Poonya.Utils.Compression

Afficher le fichier Open project: sunag/sea3d

Méthodes publiques

Méthode Description
Compress ( byte data, string type ) : byte[]
Decompress ( byte data, string type ) : byte[]

Method Details

Compress() public static méthode

public static Compress ( byte data, string type ) : byte[]
data byte
type string
Résultat byte[]

Decompress() public static méthode

public static Decompress ( byte data, string type ) : byte[]
data byte
type string
Résultat byte[]