C# Class BlackHole.Common.Extentions.ByteArrayExtensions

Afficher le fichier Open project: hussein-aitlahcen/BlackHole

Méthodes publiques

Méthode Description
CompressLz4 ( this array ) : byte[]
DecompressLz4 ( this array ) : byte[]

Method Details

CompressLz4() public static méthode

public static CompressLz4 ( this array ) : byte[]
array this
Résultat byte[]

DecompressLz4() public static méthode

public static DecompressLz4 ( this array ) : byte[]
array this
Résultat byte[]