Enum for text resource formats.

文字资源格式的枚举类型。

枚举成员

枚举成员

Buffer: 0

Represents the buffer format.

表示缓冲区格式。

JSON: 2

Represents the JSON format.

表示JSON格式。

Plain: 1

Represents the plain text format.

表示纯文本格式。 TODO:

XML: 3

Represents the XML format.

表示XML格式。