C# Class LZ4Sharp.LZ4Util

Constants and methods shared by LZ4Compressor and LZ4Decompressor
Afficher le fichier Open project: stangelandcl/LZ4Sharp

Méthodes publiques

Méthode Description
CopyMemory ( byte dst, byte src, long length ) : void

Method Details

CopyMemory() public static méthode

public static CopyMemory ( byte dst, byte src, long length ) : void
dst byte
src byte
length long
Résultat void