Class OutlookStorage.CLZF
Summary description for CLZF.
Inheritance
System.Object
OutlookStorage.CLZF
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.DocumentProcessing.Outlook
Assembly: Simplic.Framework.DocumentProcessing.dll
Syntax
public class CLZF
Methods
| Improve this Doc View SourcecalculateCRC32(Byte[], Int32, Int32)
Declaration
public static int calculateCRC32(byte[] buf, int off, int len)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buf | |
System.Int32 | off | |
System.Int32 | len |
Returns
Type | Description |
---|---|
System.Int32 |
decompressRTF(Byte[])
Declaration
public static byte[] decompressRTF(byte[] src)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | src |
Returns
Type | Description |
---|---|
System.Byte[] |
getU32(Byte[], Int32)
Declaration
public static long getU32(byte[] buf, int offset)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buf | |
System.Int32 | offset |
Returns
Type | Description |
---|---|
System.Int64 |
getU8(Byte[], Int32)
Declaration
public static int getU8(byte[] buf, int offset)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buf | |
System.Int32 | offset |
Returns
Type | Description |
---|---|
System.Int32 |