Available on all platforms
An enumeration providing values to describe the data format of parsed data.
@: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.