Package com.restfb.json
Klasse UnicodeJsonWriter
java.lang.Object
com.restfb.json.UnicodeJsonWriter
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected 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
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected 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)
-
Felddetails
-
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
-
-
Methodendetails
-
getReplacementChars
-
writeLiteral
- Löst aus:
IOException
-
writeNumber
- Löst aus:
IOException
-
writeString
- Löst aus:
IOException
-
writeArrayOpen
- Löst aus:
IOException
-
writeArrayClose
- Löst aus:
IOException
-
writeArraySeparator
- Löst aus:
IOException
-
writeObjectOpen
- Löst aus:
IOException
-
writeObjectClose
- Löst aus:
IOException
-
writeMemberName
- Löst aus:
IOException
-
writeMemberSeparator
- Löst aus:
IOException
-
writeObjectSeparator
- Löst aus:
IOException
-
writeJsonString
- Löst aus:
IOException
-