C# Class OpenRA.Mods.Common.FileFormats.LZOCompression

Datei anzeigen Open project: pchote/OpenRA

Public Methods

Method Description
DecodeInto ( byte src, uint srcOffset, uint srcLength, byte dest, uint destOffset, uint &destLength ) : void

Private Methods

Method Description
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

Method Details

DecodeInto() public static method

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
return void