Packageaway3d.loaders.parsers
Classpublic class ParserDataFormat
InheritanceParserDataFormat Inheritance Object

An enumeration providing values to describe the data format of parsed data.



Public Constants
 ConstantDefined By
  BINARY : String = binary
[static] Describes the format of a binary file.
ParserDataFormat
  PLAIN_TEXT : String = plainText
[static] Describes the format of a plain text file.
ParserDataFormat
Constant Detail
BINARYConstant
public static const BINARY:String = binary

Describes the format of a binary file.

PLAIN_TEXTConstant 
public static const PLAIN_TEXT:String = plainText

Describes the format of a plain text file.