public class UTF8Codec extends Object
Constructor and Description |
---|
UTF8Codec() |
Modifier and Type | Method and Description |
---|---|
static String |
fromUTF8(byte[] input) |
static String |
fromUTF8(byte[] input,
int offset,
int len) |
static byte[] |
toUTF8(String input) |
Copyright © 2017. All rights reserved.