C# 클래스 KFreonLib.Helpers.ManagedLZO.LZO1X

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 메소드들

메소드 설명
Compress ( byte src ) : byte[]
Decompress ( byte src, byte dst ) : void

비공개 메소드들

메소드 설명
LZOCompress ( [ srcBuf, uint srcLen, [ dstBuf, uint &dstLen ) : Int32
LZODecompress ( [ srcBuf, uint srcLen, [ dstBuf, uint &dstLen ) : Int32

메소드 상세

Compress() 공개 정적인 메소드

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

Decompress() 공개 정적인 메소드

public static Decompress ( byte src, byte dst ) : void
src byte
dst byte
리턴 void