isabelle

File

object File

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. File
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def copy(path1: Path, path2: Path): Unit

  9. def copy(src: File, dst: File): Unit

  10. def eq(file1: File, file2: File): Boolean

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def find_files(dir: Path): Stream[Path]

  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. def read(path: Path): String

  22. def read(file: File): String

  23. def read_dir(dir: Path): List[String]

  24. def read_gzip(path: Path): String

  25. def read_gzip(file: File): String

  26. def read_lines(reader: BufferedReader, progress: (String) ⇒ Unit): List[String]

  27. def read_stream(stream: InputStream): String

  28. def read_stream(reader: BufferedReader): String

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. def try_read(paths: Seq[Path]): String

  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def write(path: Path, text: CharSequence): Unit

  36. def write(path: Path, text: Iterable[CharSequence]): Unit

  37. def write(file: File, text: CharSequence): Unit

  38. def write(file: File, text: Iterable[CharSequence]): Unit

  39. def write_backup(path: Path, text: CharSequence): Unit

  40. def write_backup2(path: Path, text: CharSequence): Unit

  41. def write_file(file: File, text: Iterable[CharSequence], make_stream: (OutputStream) ⇒ OutputStream): Unit

  42. def write_gzip(path: Path, text: CharSequence): Unit

  43. def write_gzip(path: Path, text: Iterable[CharSequence]): Unit

  44. def write_gzip(file: File, text: CharSequence): Unit

  45. def write_gzip(file: File, text: Iterable[CharSequence]): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped