Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
LZ4Sharp
LZ4Util
C# Class LZ4Sharp.LZ4Util
Constants and methods shared by LZ4Compressor and LZ4Decompressor
Mostrar archivo
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