C# Class iwantedue.OutlookStorage.CLZF

Summary description for CLZF.
Afficher le fichier Open project: Developex/Outlook-Sync-Webservice

Méthodes publiques

Méthode Description
calculateCRC32 ( byte buf, int off, int len ) : int
decompressRTF ( byte src ) : byte[]
getU32 ( byte buf, int offset ) : long
getU8 ( byte buf, int offset ) : int

Method Details

calculateCRC32() public static méthode

public static calculateCRC32 ( byte buf, int off, int len ) : int
buf byte
off int
len int
Résultat int

decompressRTF() public static méthode

public static decompressRTF ( byte src ) : byte[]
src byte
Résultat byte[]

getU32() public static méthode

public static getU32 ( byte buf, int offset ) : long
buf byte
offset int
Résultat long

getU8() public static méthode

public static getU8 ( byte buf, int offset ) : int
buf byte
offset int
Résultat int