public class JsonStringDecoder extends Object
| Constructor and Description |
|---|
JsonStringDecoder() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(char[] chars) |
static String |
decode(char[] chars,
int start,
int to) |
static String |
decode(String string) |
static String |
decodeForSure(byte[] bytes,
int start,
int to) |
static String |
decodeForSure(char[] chars) |
static String |
decodeForSure(char[] chars,
int start,
int to) |
static String |
decodeForSure(CharSequence cs,
int start,
int to) |
static String |
decodeForSure(String string,
int start,
int to) |
static String |
decodeForSureAscii(byte[] bytes,
int start,
int to) |
public static String decode(char[] chars)
public static String decode(char[] chars, int start, int to)
public static String decodeForSure(CharSequence cs, int start, int to)
public static String decodeForSure(char[] chars)
public static String decodeForSure(char[] chars, int start, int to)
public static String decodeForSure(byte[] bytes, int start, int to)
public static String decodeForSureAscii(byte[] bytes, int start, int to)
Copyright © 2014. All rights reserved.