C# Class Stolen.QuickLZ

Afficher le fichier Open project: fastquant/fastquant.dll

Méthodes publiques

Méthode Description
compress ( byte source, int level ) : byte[]
decompress ( byte source ) : byte[]
sizeCompressed ( byte source ) : int
sizeDecompressed ( byte source ) : int

Private Methods

Méthode Description
fast_write ( byte a, int i, int value, int numbytes ) : void
headerLen ( byte source ) : int
write_header ( byte dst, int level, bool compressible, int size_compressed, int size_decompressed ) : void

Method Details

compress() public static méthode

public static compress ( byte source, int level ) : byte[]
source byte
level int
Résultat byte[]

decompress() public static méthode

public static decompress ( byte source ) : byte[]
source byte
Résultat byte[]

sizeCompressed() public static méthode

public static sizeCompressed ( byte source ) : int
source byte
Résultat int

sizeDecompressed() public static méthode

public static sizeDecompressed ( byte source ) : int
source byte
Résultat int