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
BaconographyPortable
Model
Compression
CompressionService
C# Class BaconographyPortable.Model.Compression.CompressionService
Inheritance:
ICompressionService
Mostrar archivo
Open project: Synergex/Baconography
Public Methods
Method
Description
Compress
(
byte
bytes
) :
byte[]
Decompress
(
byte
bytes
) :
byte[]
Decompress
(
byte
bytes
,
int
startIndex
) :
byte[]
Method Details
Compress()
public
method
public
Compress
(
byte
bytes
) :
byte[]
bytes
byte
return
byte[]
Decompress()
public
method
public
Decompress
(
byte
bytes
) :
byte[]
bytes
byte
return
byte[]
Decompress()
public
method
public
Decompress
(
byte
bytes
,
int
startIndex
) :
byte[]
bytes
byte
startIndex
int
return
byte[]