Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
SebWindowsClient
ConfigurationUtils
GZipByte
C# Class SebWindowsClient.ConfigurationUtils.GZipByte
Compressing and decompressing byte arrays using gzip
ファイルを表示
Open project: SafeExamBrowser/seb-win
Class Usage Examples
Public Methods
Method
Description
Compress
(
byte
input
) :
byte[]
Decompress
(
byte
input
) :
byte[]
Method Details
Compress()
public
static
method
public
static
Compress
(
byte
input
) :
byte[]
input
byte
return
byte[]
Decompress()
public
static
method
public
static
Decompress
(
byte
input
) :
byte[]
input
byte
return
byte[]