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
Taskling
SqlServer
Blocks
Serialization
LargeValueCompressor
C# Class Taskling.SqlServer.Blocks.Serialization.LargeValueCompressor
Mostrar archivo
Open project: Vanlightly/Taskling.NET
Class Usage Examples
Public Methods
Method
Description
Unzip
(
byte
bytes
) :
string
Zip
(
string
str
) :
byte[]
Private Methods
Method
Description
CopyStream
(
Stream
input
,
Stream
output
) :
void
Method Details
Unzip()
public
static
method
public
static
Unzip
(
byte
bytes
) :
string
bytes
byte
return
string
Zip()
public
static
method
public
static
Zip
(
string
str
) :
byte[]
str
string
return
byte[]