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
NSoft
NFramework
Compressions
Compressors
CloneCompressor
C# Class NSoft.NFramework.Compressions.Compressors.CloneCompressor
Data를 복사만하고, Compression은 수행하지 않는 Class. Dummy로 사용할 때 필요한다.
Inheritance:
AbstractCompressor
Exibir arquivo
Open project: debop/NFramework
Public Methods
Method
Description
Compress
(
byte
input
) :
byte[]
데이타를 복사만 한다.
Decompress
(
byte
input
) :
byte[]
데이타를 복사만 한다.
Method Details
Compress()
public
method
데이타를 복사만 한다.
public
Compress
(
byte
input
) :
byte[]
input
byte
압축할 Data
return
byte[]
Decompress()
public
method
데이타를 복사만 한다.
public
Decompress
(
byte
input
) :
byte[]
input
byte
복원할 Data
return
byte[]