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
SharpBZip2Compressor
C# 클래스 NSoft.NFramework.Compressions.Compressors.SharpBZip2Compressor
BZip2 Algorithm을 이용하여 압축/복원을 수행하는 Class
상속:
AbstractCompressor
파일 보기
프로젝트 열기: debop/NFramework
1 사용 예제들
공개 메소드들
메소드
설명
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[]