public final class UnicodeHelper extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UnicodeHelper.Range |
Modifier and Type | Method and Description |
---|---|
static String |
compressRle(byte[] bytes) |
static byte |
decodeByte(char c) |
static int[] |
decodeIntByte(String text) |
static char |
encodeByte(byte b) |
static String |
encodeIntByte(int[] data) |
static UnicodeHelper.Range[] |
extractRle(String encoded) |
public static String encodeIntByte(int[] data)
public static int[] decodeIntByte(String text)
public static char encodeByte(byte b)
public static byte decodeByte(char c)
public static String compressRle(byte[] bytes)
public static UnicodeHelper.Range[] extractRle(String encoded)
Copyright © 2019. All rights reserved.