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

7Zip Algorithm을 이용한 Compressor (참고: http://www.7-zip.org/sdk.html)
상속: 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[]