Show / Hide Table of Contents

    Class CRC32

    Inheritance
    System.Object
    CRC32
    Implements
    IChecksum
    Namespace: Lucene.Net.Support
    Assembly: Lucene.Net.dll
    Syntax
    public class CRC32 : object, IChecksum

    Properties

    | Improve this Doc View Source

    Value

    Declaration
    public long Value { get; }
    Property Value
    Type Description
    System.Int64

    Methods

    | Improve this Doc View Source

    Reset()

    Declaration
    public void Reset()
    | Improve this Doc View Source

    Update(Byte[])

    Declaration
    public void Update(byte[] buf)
    Parameters
    Type Name Description
    System.Byte[] buf
    | Improve this Doc View Source

    Update(Byte[], Int32, Int32)

    Declaration
    public void Update(byte[] buf, int off, int len)
    Parameters
    Type Name Description
    System.Byte[] buf
    System.Int32 off
    System.Int32 len
    | Improve this Doc View Source

    Update(Int32)

    Declaration
    public void Update(int bval)
    Parameters
    Type Name Description
    System.Int32 bval

    Implements

    IChecksum
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)