C# 클래스 OpenRA.Mods.Common.FileFormats.LZOCompression

파일 보기 프로젝트 열기: pchote/OpenRA

공개 메소드들

메소드 설명
DecodeInto ( byte src, uint srcOffset, uint srcLength, byte dest, uint destOffset, uint &destLength ) : void

비공개 메소드들

메소드 설명
CopyMatch ( byte &op, byte &mPos, uint &t ) : void
LZO1xDecompress ( byte @in, uint inLen, byte @out, uint &outLen, void wrkmem ) : int
MatchNext ( byte &op, byte &ip, uint &t ) : void

메소드 상세

DecodeInto() 공개 정적인 메소드

public static DecodeInto ( byte src, uint srcOffset, uint srcLength, byte dest, uint destOffset, uint &destLength ) : void
src byte
srcOffset uint
srcLength uint
dest byte
destOffset uint
destLength uint
리턴 void