Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
NSoft
NFramework
Compressions
Compressors
IonicGZipCompressor
C# 클래스 NSoft.NFramework.Compressions.Compressors.IonicGZipCompressor
Ionic 라이브러리의 GZip 알고리즘을 이용한 Compressor 입니다.
상속:
AbstractCompressor
파일 보기
프로젝트 열기: debop/NFramework
공개 메소드들
메소드
설명
Compress
(
byte
input
) :
byte[]
지정된 데이타를 압축한다.
Decompress
(
byte
input
) :
byte[]
압축된 데이타를 복원한다.
메소드 상세
Compress()
공개
메소드
지정된 데이타를 압축한다.
public
Compress
(
byte
input
) :
byte[]
input
byte
압축할 Data
리턴
byte[]
Decompress()
공개
메소드
압축된 데이타를 복원한다.
public
Decompress
(
byte
input
) :
byte[]
input
byte
복원할 Data
리턴
byte[]