Flags

Entries

Link copied to clipboard

Append mode: Data written to the file is always appended to the file's end.

Link copied to clipboard

Write according to synchronized I/O data integrity completion. Only the data stored in the file is synchronized.

Link copied to clipboard

Non-blocking mode.

Link copied to clipboard

Synchronized read I/O operations.

Link copied to clipboard

Write according to synchronized I/O file integrity completion. In addition to synchronizing the data stored in the file, the implementation may also synchronously update the file's metadata.

Properties

Link copied to clipboard
val mask: <Error class: unknown class>

Functions

Link copied to clipboard

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.