fs2.io.file.Flag$
See theFlag companion class
object Flag
Attributes
- Companion
- class
- Source
- Flag.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Flag.type
Members list
Value members
Concrete methods
Attributes
- Source
- Flag.scala
Concrete fields
When combined with Write
, writes are done at the end of the file.
Creates the file if it does not exist.
Creates the file if it does not exist and fails if it already exists.
Attributes
- Source
- Flag.scala
Requires all updates to the file content be written synchronously to underlying storage.
Requires all updates to the file content be written synchronously to underlying storage.
Attributes
- Source
- Flag.scala
Open file for read access.
Attributes
- Source
- Flag.scala
Requires all updates to the file content and metadata be written synchronously to underlying storage.
Requires all updates to the file content and metadata be written synchronously to underlying storage.
Attributes
- Source
- Flag.scala
When combined with Write
, truncates the file to 0 bytes when opening.
Open file for write access.
In this article