Search Results for

    Show / Hide Table of Contents

    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 Source

    calculateCRC32(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
    | Improve this Doc View Source

    decompressRTF(Byte[])

    Declaration
    public static byte[] decompressRTF(byte[] src)
    Parameters
    Type Name Description
    System.Byte[] src
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx