|
| void | write (char[] chars, int offset, int length) throws IOException |
| |
| void | write (int i) throws IOException |
| |
| void | flush () |
| |
| void | close () |
| |
Adapts an Appendable so it can be passed anywhere a Writer is used.
| com.google.gson.internal.Streams.AppendableWriter.AppendableWriter |
( |
Appendable |
appendable | ) |
|
|
inlineprivate |
| void com.google.gson.internal.Streams.AppendableWriter.close |
( |
| ) |
|
|
inline |
| void com.google.gson.internal.Streams.AppendableWriter.flush |
( |
| ) |
|
|
inline |
| void com.google.gson.internal.Streams.AppendableWriter.write |
( |
char[] |
chars, |
|
|
int |
offset, |
|
|
int |
length |
|
) |
| throws IOException |
|
inline |
| void com.google.gson.internal.Streams.AppendableWriter.write |
( |
int |
i | ) |
throws IOException |
|
inline |
| final Appendable com.google.gson.internal.Streams.AppendableWriter.appendable |
|
private |
该类的文档由以下文件生成: