private static class UTF32ToUTF8.UTF8Sequence
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private UTF32ToUTF8.UTF8Byte[] |
bytes |
private int |
len |
| Constructor and Description |
|---|
UTF8Sequence() |
| Modifier and Type | Method and 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() |
private final UTF32ToUTF8.UTF8Byte[] bytes
private int len