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

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

공개 메소드들

메소드 설명
DecodeInto ( byte src, byte dest, int srcOffset, bool reverse = false ) : int
Encode ( byte src ) : byte[]

비공개 메소드들

메소드 설명
CountSame ( byte src, int offset, int maxCount ) : int
ReplicatePrevious ( byte dest, int destIndex, int srcIndex, int count ) : void
WriteCopyBlocks ( byte src, int offset, int count, MemoryStream output ) : void

메소드 상세

DecodeInto() 공개 정적인 메소드

public static DecodeInto ( byte src, byte dest, int srcOffset, bool reverse = false ) : int
src byte
dest byte
srcOffset int
reverse bool
리턴 int

Encode() 공개 정적인 메소드

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