C# 클래스 NSoft.NFramework.Compressions.Compressors.IonicBZip2Compressor

Ionic 라이브러리의 BZip2 알고리즘을 이용한 Compressor 입니다.
상속: AbstractCompressor
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
Compress ( byte input ) : byte[]

지정된 데이타를 압축한다.

Decompress ( byte input ) : byte[]

압축된 데이타를 복원한다.

IonicBZip2Compressor ( ) : System

Initialize a new instance of SharpGZipCompressor with zip level : 6

IonicBZip2Compressor ( int zipLevel ) : System

Initialize a new instance of SharpGZipCompressor with zip level.

메소드 상세

Compress() 공개 메소드

지정된 데이타를 압축한다.
public Compress ( byte input ) : byte[]
input byte 압축할 Data
리턴 byte[]

Decompress() 공개 메소드

압축된 데이타를 복원한다.
public Decompress ( byte input ) : byte[]
input byte 복원할 Data
리턴 byte[]

IonicBZip2Compressor() 공개 메소드

Initialize a new instance of SharpGZipCompressor with zip level : 6
public IonicBZip2Compressor ( ) : System
리턴 System

IonicBZip2Compressor() 공개 메소드

Initialize a new instance of SharpGZipCompressor with zip level.
public IonicBZip2Compressor ( int zipLevel ) : System
zipLevel int
리턴 System