public class DirectFastStringService
Internal class for fast processing of Strings during JSON parsing - direct field writing version. Works for JDK 7 and 8 for most JDK implementations but uses the Unsafe mechanism of Java.
Type Params | Return Type | Name and description |
---|---|---|
|
String |
noCopyStringFromChars(char[] chars) |
|
char[] |
toCharArray(String string) |