public class JsonStringDecoder
extends java.lang.Object
| Constructor and Description |
|---|
JsonStringDecoder() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
decode(char[] chars,
int start,
int to) |
static java.lang.String |
decodeForSure(char[] chars,
int start,
int to) |
static java.lang.String |
decodeForSure(CharBuf charBuf,
char[] chars,
int start,
int to) |
public static java.lang.String decode(char[] chars,
int start,
int to)
public static java.lang.String decodeForSure(char[] chars,
int start,
int to)
public static java.lang.String decodeForSure(CharBuf charBuf, char[] chars, int start, int to)
Copyright © 2014. All Rights Reserved.