Package org.apache.lucene.util.automaton
Class UTF32ToUTF8
- java.lang.Object
-
- org.apache.lucene.util.automaton.UTF32ToUTF8
-
public final class UTF32ToUTF8 extends java.lang.Object
Converts UTF-32 automata to the equivalent UTF-8 representation.
-
-
Constructor Summary
Constructors Constructor Description UTF32ToUTF8()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Automaton
convert(Automaton utf32)
Converts an incoming utf32 automaton to an equivalent utf8 one.
-