multiple code improvements fix 3
This commit is contained in:
@@ -11,7 +11,7 @@ import java.util.List;
|
|||||||
public class UTF8 {
|
public class UTF8 {
|
||||||
|
|
||||||
private static final String INVALID_CONTINUATION_BYTE = "Invalid continuation byte";
|
private static final String INVALID_CONTINUATION_BYTE = "Invalid continuation byte";
|
||||||
private static int[] byteArray;
|
private static int[] byteArray;
|
||||||
private static int byteCount;
|
private static int byteCount;
|
||||||
private static int byteIndex;
|
private static int byteIndex;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user