Show / Hide Table of Contents

    Interface IChecksum

    Contains conversion support elements such as classes, interfaces and static methods.

    Namespace: Lucene.Net.Support
    Assembly: Lucene.Net.dll
    Syntax
    public interface IChecksum

    Properties

    | Improve this Doc View Source

    Value

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

    Methods

    | Improve this Doc View Source

    Reset()

    Declaration
    void Reset()
    | Improve this Doc View Source

    Update(Byte[])

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

    Update(Byte[], Int32, Int32)

    Declaration
    void Update(byte[] b, int offset, int length)
    Parameters
    Type Name Description
    System.Byte[] b
    System.Int32 offset
    System.Int32 length
    | Improve this Doc View Source

    Update(Int32)

    Declaration
    void Update(int b)
    Parameters
    Type Name Description
    System.Int32 b
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)