Package com.restfb.json
Class UnicodeJsonWriter
java.lang.Object
com.restfb.json.UnicodeJsonWriter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final char[]protected static final char[]protected static final char[]protected static final char[]protected static final char[]protected static final char[]protected static final char[]protected final Writer -
Method Summary
Modifier and TypeMethodDescriptionprotected char[]getReplacementChars(char ch) protected voidprotected voidprotected voidprotected voidwriteJsonString(String string) protected voidwriteLiteral(String value) protected voidwriteMemberName(String name) protected voidprotected voidwriteNumber(String string) protected voidprotected voidprotected voidprotected voidwriteString(String string)
-
Field Details
-
NO_CHARS
protected static final char[] NO_CHARS -
QUOT_CHARS
protected static final char[] QUOT_CHARS -
BS_CHARS
protected static final char[] BS_CHARS -
LF_CHARS
protected static final char[] LF_CHARS -
CR_CHARS
protected static final char[] CR_CHARS -
TAB_CHARS
protected static final char[] TAB_CHARS -
HEX_DIGITS
protected static final char[] HEX_DIGITS -
writer
-
-
Method Details
-
getReplacementChars
-
writeLiteral
- Throws:
IOException
-
writeNumber
- Throws:
IOException
-
writeString
- Throws:
IOException
-
writeArrayOpen
- Throws:
IOException
-
writeArrayClose
- Throws:
IOException
-
writeArraySeparator
- Throws:
IOException
-
writeObjectOpen
- Throws:
IOException
-
writeObjectClose
- Throws:
IOException
-
writeMemberName
- Throws:
IOException
-
writeMemberSeparator
- Throws:
IOException
-
writeObjectSeparator
- Throws:
IOException
-
writeJsonString
- Throws:
IOException
-