Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
CqlSharp
Network
nSnappy
IntEncoder
C# Class CqlSharp.Network.nSnappy.IntEncoder
Exibir arquivo
Open project: reuzel/CqlSharp
Public Methods
Method
Description
Decode
(
byte
data
,
int
maxEncodedBytes
) :
int
Encode
(
int
value
) :
byte[]
Method Details
Decode()
public
static
method
public
static
Decode
(
byte
data
,
int
maxEncodedBytes
) :
int
data
byte
maxEncodedBytes
int
return
int
Encode()
public
static
method
public
static
Encode
(
int
value
) :
byte[]
value
int
return
byte[]