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 |
public static calculateCRC32 ( byte buf, int off, int len ) : int | ||
buf | byte | |
off | int | |
len | int | |
return | int |
public static decompressRTF ( byte src ) : byte[] | ||
src | byte | |
return | byte[] |
public static getU32 ( byte buf, int offset ) : long | ||
buf | byte | |
offset | int | |
return | long |
public static getU8 ( byte buf, int offset ) : int | ||
buf | byte | |
offset | int | |
return | int |