Packages

object Flag extends FlagCompanionApi

Source
Flag.scala
Linear Supertypes
FlagCompanionApi, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Flag
  2. FlagCompanionApi
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Append: Flag

    When combined with Write, writes are done at the end of the file.

    When combined with Write, writes are done at the end of the file.

    Definition Classes
    Flag → FlagCompanionApi
  5. val Create: Flag

    Creates the file if it does not exist.

    Creates the file if it does not exist.

    Definition Classes
    Flag → FlagCompanionApi
  6. val CreateNew: Flag

    Creates the file if it does not exist and fails if it already exists.

    Creates the file if it does not exist and fails if it already exists.

    Definition Classes
    Flag → FlagCompanionApi
  7. val DeleteOnClose: Flag
  8. val Dsync: Flag

    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.

    Definition Classes
    Flag → FlagCompanionApi
  9. val Read: Flag

    Open file for read access.

    Open file for read access.

    Definition Classes
    Flag → FlagCompanionApi
  10. val Sparse: Flag
  11. val Sync: Flag

    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.

    Definition Classes
    Flag → FlagCompanionApi
  12. val Truncate: Flag

    When combined with Write, truncates the file to 0 bytes when opening.

    When combined with Write, truncates the file to 0 bytes when opening.

    Definition Classes
    Flag → FlagCompanionApi
  13. val Write: Flag

    Open file for write access.

    Open file for write access.

    Definition Classes
    Flag → FlagCompanionApi
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def fromOpenOption(option: OpenOption): Flag
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from FlagCompanionApi

Inherited from AnyRef

Inherited from Any

Ungrouped