AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
| Public 成员函数 | Private 成员函数 | Private 属性 | 所有成员列表
com.google.gson.internal.Streams.AppendableWriter类 参考
类 com.google.gson.internal.Streams.AppendableWriter 继承关系图:

class  CurrentWrite
 

Public 成员函数

void write (char[] chars, int offset, int length) throws IOException
 
void write (int i) throws IOException
 
void flush ()
 
void close ()
 

Private 成员函数

 AppendableWriter (Appendable appendable)
 

Private 属性

final Appendable appendable
 
final CurrentWrite currentWrite = new CurrentWrite()
 

详细描述

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
final CurrentWrite com.google.gson.internal.Streams.AppendableWriter.currentWrite = new CurrentWrite()
private

该类的文档由以下文件生成: