C# Class FinalesFunkeln.Util.Gzip

Afficher le fichier Open project: frostycpu/FinalesFunkeln

Méthodes publiques

Méthode Description
Compress ( byte data ) : byte[]
Decompress ( byte data, int bufferSize = 2048 ) : byte[]

Method Details

Compress() public static méthode

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

Decompress() public static méthode

public static Decompress ( byte data, int bufferSize = 2048 ) : byte[]
data byte
bufferSize int
Résultat byte[]