public class DirectFastStringService
extends java.lang.Object
implements org.apache.groovy.json.FastStringService
| Constructor and Description |
|---|
DirectFastStringService() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
noCopyStringFromChars(char[] chars) |
char[] |
toCharArray(java.lang.String string) |
public char[] toCharArray(java.lang.String string)
toCharArray in interface org.apache.groovy.json.FastStringServicepublic java.lang.String noCopyStringFromChars(char[] chars)
noCopyStringFromChars in interface org.apache.groovy.json.FastStringService