C# Class LZ4Sharp.LZ4Util

Constants and methods shared by LZ4Compressor and LZ4Decompressor
Show file Open project: stangelandcl/LZ4Sharp

Public Methods

Method Description
CopyMemory ( byte dst, byte src, long length ) : void

Method Details

CopyMemory() public static method

public static CopyMemory ( byte dst, byte src, long length ) : void
dst byte
src byte
length long
return void