C# Class BaconographyPortable.Model.Compression.CompressionService

Inheritance: ICompressionService
Afficher le fichier Open project: Synergex/Baconography

Méthodes publiques

Méthode Description
Compress ( byte bytes ) : byte[]
Decompress ( byte bytes ) : byte[]
Decompress ( byte bytes, int startIndex ) : byte[]

Method Details

Compress() public méthode

public Compress ( byte bytes ) : byte[]
bytes byte
Résultat byte[]

Decompress() public méthode

public Decompress ( byte bytes ) : byte[]
bytes byte
Résultat byte[]

Decompress() public méthode

public Decompress ( byte bytes, int startIndex ) : byte[]
bytes byte
startIndex int
Résultat byte[]