FdflagsFlag

Properties

Link copied to clipboard
const val APPEND: Short

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

Link copied to clipboard
const val DSYNC: Short

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

Link copied to clipboard
const val NONBLOCK: Short

Non-blocking mode.

Link copied to clipboard
const val RSYNC: Short

Synchronized read I/O operations.

Link copied to clipboard
const val SYNC: Short

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.