Uses of Class
org.noggit.CharArr
-
Uses of CharArr in org.noggit
Subclasses of CharArr in org.noggitModifier and TypeClassDescription(package private) class(package private) class(package private) classFields in org.noggit declared as CharArrModifier and TypeFieldDescriptionprivate static final CharArrJSONParser.devNullprivate final CharArrJSONParser.outprotected final CharArrJSONWriter.outprivate CharArrJSONParserWS.outWSprivate final CharArrJSONParser.tmpMethods in org.noggit that return CharArrModifier and TypeMethodDescriptionJSONParser.getNumberChars()Returns the characters of a JSON numeric value.JSONParser.getStringChars()Returns the characters of a JSON string value, decoding any escaped characters.private CharArrJSONParser.readStringChars()CharArr.subSequence(int start, int end) Methods in org.noggit with parameters of type CharArrModifier and TypeMethodDescriptionprivate voidJSONParser.continueNumber(CharArr arr) voidJSONParser.getNumberChars(CharArr output) Reads a JSON numeric value into the output.voidReads a JSON string into the output, decoding any escaped characters.private intprivate intJSONParser.readExpDigits(CharArr arr, int lim) private intprivate 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) final voidstatic voidJSONUtil.writeBoolean(boolean val, CharArr out) static voidstatic 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(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(CharSequence chars, int start, int end, CharArr out) Constructors in org.noggit with parameters of type CharArr