Package com.restfb.json
Class UnicodeJsonWriter
java.lang.Object
com.restfb.json.UnicodeJsonWriter
-
Field Summary
Modifier 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 void
protected void
protected void
protected void
writeJsonString
(String string) protected void
writeLiteral
(String value) protected void
writeMemberName
(String name) protected void
protected void
writeNumber
(String string) protected void
protected void
protected void
protected void
writeString
(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
-