fs2.io.file.Flags
See theFlags companion class
object Flags
Attributes
- Companion
- class
- Source
- Flags.scala
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Flags.type
Members list
Type members
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
Attributes
- Source
- Flags.scala
Inherited methods
Attributes
- Inherited from:
- FlagsCompanionPlatform (hidden)
- Source
- Flag.scala
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.
Attributes
- Source
- Flags.scala
Flags used for opening a file for reading.
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.
Attributes
- Source
- Flags.scala
In this article