Module org.apache.lucene.core
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
setFirstByte(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
-
-
Method Detail
-
byteAt
public int byteAt(int idx)
-
numBits
public int numBits(int idx)
-
set
private void set(int code)
-
setFirstByte
private void setFirstByte(int code)
-
setRest
private void setRest(int code, int numBytes)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-