C# 클래스 iwantedue.OutlookStorage.CLZF

Summary description for CLZF.
파일 보기 프로젝트 열기: Developex/Outlook-Sync-Webservice

공개 메소드들

메소드 설명
calculateCRC32 ( byte buf, int off, int len ) : int
decompressRTF ( byte src ) : byte[]
getU32 ( byte buf, int offset ) : long
getU8 ( byte buf, int offset ) : int

메소드 상세

calculateCRC32() 공개 정적인 메소드

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

decompressRTF() 공개 정적인 메소드

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

getU32() 공개 정적인 메소드

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

getU8() 공개 정적인 메소드

public static getU8 ( byte buf, int offset ) : int
buf byte
offset int
리턴 int