C# Class AA2Install.GZip

Afficher le fichier Open project: aa2g/AA2Install

Méthodes publiques

Méthode Description
CompressString ( string str ) : byte[]

Compresses a string in the UTF-8 format.

DecompressString ( byte bytes ) : string

Decompresses a string in the UTF-8 format.

Method Details

CompressString() public static méthode

Compresses a string in the UTF-8 format.
public static CompressString ( string str ) : byte[]
str string String to compress.
Résultat byte[]

DecompressString() public static méthode

Decompresses a string in the UTF-8 format.
public static DecompressString ( byte bytes ) : string
bytes byte Array of compressed contents.
Résultat string