Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class UTF32ToUTF8

    Converts UTF-32 automata to the equivalent UTF-8 representation.

    This is a Lucene.NET INTERNAL API, use at your own risk
    Inheritance
    System.Object
    UTF32ToUTF8
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Util.Automaton
    Assembly: Lucene.Net.dll
    Syntax
    public sealed class UTF32ToUTF8

    Methods

    | Improve this Doc View Source

    Convert(Automaton)

    Converts an incoming utf32 Automaton to an equivalent utf8 one. The incoming automaton need not be deterministic. Note that the returned automaton will not in general be deterministic, so you must determinize it if that's needed.

    Declaration
    public Automaton Convert(Automaton utf32)
    Parameters
    Type Name Description
    Automaton utf32
    Returns
    Type Description
    Automaton
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.