public class ValidUTF8Sequence
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
highChar
high char.
|
(package private) int |
lowChar
low char.
|
(package private) int |
numBytes
number of bytes.
|
(package private) char[] |
validBytes
array of valid bytes.
|
Constructor and Description |
---|
ValidUTF8Sequence(int lowChar,
int highChar,
int numBytes,
char[] validBytes)
Instantiates a new ValidUTF8Sequence.
|