Package org.apache.lucene.util.automaton
Class UTF32ToUTF8.UTF8Sequence
- java.lang.Object
-
- org.apache.lucene.util.automaton.UTF32ToUTF8.UTF8Sequence
-
- Enclosing class:
- UTF32ToUTF8
private static class UTF32ToUTF8.UTF8Sequence extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private UTF32ToUTF8.UTF8Byte[]
bytes
private int
len
-
Constructor Summary
Constructors Constructor Description UTF8Sequence()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
byteAt(int idx)
int
numBits(int idx)
private void
set(int code)
private void
setRest(int code, int numBytes)
java.lang.String
toString()
-
-
-
Field Detail
-
bytes
private final UTF32ToUTF8.UTF8Byte[] bytes
-
len
private int len
-
-