Flags

object Flags extends FlagsCompanionPlatform
Companion
class
trait Product
trait Mirror
trait FlagsCompanionPlatform
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def apply(flags: Flag*): Flags

Concrete fields

Flags used for opening a file for appending, creating it if it doesn't exist.

Flags used for opening a file for appending, creating it if it doesn't exist.

val Read: Flags

Flags used for opening a file for reading.

Flags used for opening a file for reading.

val Write: Flags

Flags used for opening a file for writing, creating it if it doesn't exist, and truncating it.

Flags used for opening a file for writing, creating it if it doesn't exist, and truncating it.