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

Static variables

@:value("binary")staticinlineread onlyBINARY:String = "binary"

Describes the format of a binary file.

@:value("plainText")staticinlineread onlyPLAIN_TEXT:String = "plainText"

Describes the format of a plain text file.