File_Type

there are six file types

Constructors

Link copied to clipboard
private constructor(Description_Postfix: String, Mime_Type_Postfix: String, Mime_Type_Prefix: String, Extension: String, Mac_OS_Type: String)

Entries

Link copied to clipboard

All File

Link copied to clipboard

All Text

Link copied to clipboard

Data File

Link copied to clipboard

Data Text

Link copied to clipboard

Program File

Link copied to clipboard

Program Text

Properties

Link copied to clipboard
val AF_Header: Int = 17486
Link copied to clipboard
val AF_Password_Header: Int = 16462
Link copied to clipboard
Mime Type postfix (to be appended to "FX-602P" or "FX-603P"
Link copied to clipboard
val DF_Alpha_Header: Int = 16960
Data file with Alpha register as content
Link copied to clipboard
val DF_Display_Header: Int = 16704
Data file with X register as content
Link copied to clipboard
val DF_Memory_Header: Int = 16448
Data file with memory as content
Link copied to clipboard
Extensions without dot
Link copied to clipboard
Mac OS Type prefix
Link copied to clipboard
Mime Type postfix.
Link copied to clipboard
Mime Type postfix.
Link copied to clipboard
val PF_Header: Int = 1038
Link copied to clipboard
val PF_Password_Header: Int = 16398

Functions

Link copied to clipboard
protected fun clone(): Any
Link copied to clipboard
fun compareTo(o: E): Int
Link copied to clipboard
fun equals(other: Any): Boolean
Link copied to clipboard
protected fun finalize()
Link copied to clipboard
Link copied to clipboard
fun hashCode(): Int
Link copied to clipboard
open fun Is_Text(): Boolean
Link copied to clipboard
open fun Mime_Type(Creator: String): String
Link copied to clipboard
fun name(): String
Link copied to clipboard
fun ordinal(): Int
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun <T : Enum<T>?> valueOf(enumType: Class<T>, name: String): T

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.