C# Class iwantedue.OutlookStorage.CLZF

Summary description for CLZF.
显示文件 Open project: Developex/Outlook-Sync-Webservice

Public Methods

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

public static calculateCRC32 ( byte buf, int off, int len ) : int
buf byte
off int
len int
return int

decompressRTF() public static method

public static decompressRTF ( byte src ) : byte[]
src byte
return byte[]

getU32() public static method

public static getU32 ( byte buf, int offset ) : long
buf byte
offset int
return long

getU8() public static method

public static getU8 ( byte buf, int offset ) : int
buf byte
offset int
return int