C# Class KFreonLib.Helpers.ManagedLZO.MiniLZO

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Méthode Description
Compress ( byte src, byte &dst ) : void
Decompress ( byte src, byte dst ) : void

Private Methods

Méthode Description
D_INDEX1 ( byte input ) : uint
D_INDEX2 ( uint idx ) : uint
D_MS ( uint v, byte s ) : uint
D_MUL ( uint a, uint b ) : uint
D_X2 ( byte input, byte s1, byte s2 ) : uint
D_X3 ( byte input, byte s1, byte s2, byte s3 ) : uint

Method Details

Compress() public static méthode

public static Compress ( byte src, byte &dst ) : void
src byte
dst byte
Résultat void

Decompress() public static méthode

public static Decompress ( byte src, byte dst ) : void
src byte
dst byte
Résultat void