Packages

object FileIO extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileIO
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type FileStatistics = jni.FileStatistics
  2. sealed trait Mode extends AnyRef
  3. sealed trait Whence extends AnyRef

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 FileStatistics: jni.FileStatistics.type
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def copyFile(oldPath: Path, newPath: Path, overwrite: Boolean = false): Unit
  8. def deleteFile(filePath: Path): Unit
  9. def deleteMatchingPaths(path: Path): Unit
  10. def deleteRecursively(path: Path): Unit
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def exists(filePath: Path): Boolean
  14. def fileStatistics(path: Path): FileStatistics
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getLastModifiedTime(path: Path, unit: TimeUnit = TimeUnit.SECONDS, followSymbolicLinks: Boolean = true): Long
  18. def getMatchingPaths(path: Path, useNativeFileIO: Boolean = true): Set[Path]
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def isDirectory(path: Path): Boolean
  21. def isGCSPath(path: Path): Boolean
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def listDirectories(dirPath: Path): Seq[Path]
    Annotations
    @throws( ... )
  24. def mkDir(path: Path): Unit
  25. def mkDirs(path: Path): Unit
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def readFileToString(filePath: Path): String
  30. def rename(oldPath: Path, newPath: Path, overwrite: Boolean = false): Unit
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  36. def walk(dirPath: Path, inOrder: Boolean = true): Stream[(Path, Seq[Path], Seq[Path])]
  37. def writeStringToFile(filePath: Path, content: String): Unit
  38. def writeStringToFileAtomic(filePath: Path, content: String, overwrite: Boolean = true): Unit
  39. object APPEND extends Mode with Product with Serializable
  40. object CURRENT_POSITION extends Whence with Product with Serializable
  41. object END_OF_FILE extends Whence with Product with Serializable
  42. object READ extends Mode with Product with Serializable
  43. object READ_APPEND extends Mode with Product with Serializable
  44. object READ_WRITE extends Mode with Product with Serializable
  45. object READ_WRITE_TRUNCATE extends Mode with Product with Serializable
  46. object START_OF_FILE extends Whence with Product with Serializable
  47. object WRITE extends Mode with Product with Serializable

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped