C# 클래스 SevenZip.Compression.LZMA.SevenZipHelper

파일 보기 프로젝트 열기: sunag/sea3d 1 사용 예제들

공개 메소드들

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

메소드 상세

Compress() 공개 정적인 메소드

public static Compress ( byte inputBytes ) : byte[]
inputBytes byte
리턴 byte[]

Decompress() 공개 정적인 메소드

public static Decompress ( byte inputBytes ) : byte[]
inputBytes byte
리턴 byte[]