Uses of Class
org.noggit.CharArr
-
-
Uses of CharArr in org.noggit
Subclasses of CharArr in org.noggit Modifier and Type Class Description (package private) classCharArrReader(package private) classCharArrWriter(package private) classNullCharArrFields in org.noggit declared as CharArr Modifier and Type Field Description private static CharArrJSONParser. devNullprivate CharArrJSONParser. outprotected CharArrJSONWriter. outprivate CharArrJSONParserWS. outWSprivate CharArrJSONParser. tmpMethods in org.noggit that return CharArr Modifier and Type Method Description CharArrJSONParser. getNumberChars()Returns the characters of a JSON numeric value.CharArrJSONParser. getStringChars()Returns the characters of a JSON string value, decoding any escaped characters.private CharArrJSONParser. readStringChars()CharArrCharArr. subSequence(int start, int end)Methods in org.noggit with parameters of type CharArr Modifier and Type Method Description private voidJSONParser. continueNumber(CharArr arr)voidJSONParser. getNumberChars(CharArr output)Reads a JSON numeric value into the output.voidJSONParser. getString(CharArr output)Reads a JSON string into the output, decoding any escaped characters.private intJSONParser. readExp(CharArr arr, int lim)private intJSONParser. readExpDigits(CharArr arr, int lim)private intJSONParser. readFrac(CharArr arr, int lim)private voidJSONParser. readStringBare(CharArr arr)private voidJSONParser. readStringChars2(CharArr arr, int middle)static voidJSONUtil. unicodeEscape(int ch, CharArr out)abstract voidJSONParserWS.WhitespaceHandler. whitespaceNotification(int state, CharArr whitespace, boolean containsComment)voidCharArr. write(CharArr arr)static voidJSONUtil. writeBoolean(boolean val, CharArr out)static voidJSONUtil. writeNull(CharArr out)static voidJSONUtil. writeNumber(double number, CharArr out)static voidJSONUtil. writeNumber(float number, CharArr out)static voidJSONUtil. writeNumber(int number, CharArr out)static voidJSONUtil. writeNumber(long number, CharArr out)voidJSONWriter. writeNumber(CharArr digits)voidJSONWriter. writePartialNumber(CharArr digits)static voidJSONUtil. writeString(char[] val, int start, int end, CharArr out)static voidJSONUtil. writeString(java.lang.CharSequence val, int start, int end, CharArr out)static voidJSONUtil. writeString(CharArr val, CharArr out)voidJSONWriter. writeString(CharArr str)voidJSONWriter. writeStringChars(CharArr partialStr)static voidJSONUtil. writeStringPart(char[] val, int start, int end, CharArr out)static voidJSONUtil. writeStringPart(java.lang.CharSequence chars, int start, int end, CharArr out)Constructors in org.noggit with parameters of type CharArr Constructor Description JSONWriter(CharArr out)JSONWriter(CharArr out, int indentSize)
-