Package org.apache.groovy.json
Class DefaultFastStringService
java.lang.Object
org.apache.groovy.json.DefaultFastStringService
- All Implemented Interfaces:
- FastStringService
Internal class for fast processing of Strings during JSON parsing - default version
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionnoCopyStringFromChars(char[] chars) char[]toCharArray(String string) 
- 
Constructor Details- 
DefaultFastStringServicepublic DefaultFastStringService()
 
- 
- 
Method Details- 
toCharArray- Specified by:
- toCharArrayin interface- FastStringService
- Parameters:
- string- string to grab array from.
- Returns:
- char array from string
 
- 
noCopyStringFromChars- Specified by:
- noCopyStringFromCharsin interface- FastStringService
- Parameters:
- chars- to shove array into.
- Returns:
- new string with chars copied into it
 
 
-