Packages

class RemoteFile extends File

Source
RemoteFile.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RemoteFile
  2. File
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RemoteFile(filepath: String)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. def close(ok: Boolean): Unit
    Definition Classes
    RemoteFileFile
    Annotations
    @throws( classOf[java.io.IOException] )
  7. var eof: Boolean
    Definition Classes
    File
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def flush(): Unit
    Definition Classes
    RemoteFileFile
  11. def getAbsolutePath: String
    Definition Classes
    RemoteFileFile
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def getInputStream: BufferedInputStream
    Definition Classes
    RemoteFileFile
    Annotations
    @throws( classOf[java.io.IOException] )
  14. def getPath: String
    Definition Classes
    RemoteFileFile
  15. def getPrintWriter: Null
    Definition Classes
    RemoteFileFile
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. var mode: FileMode
    Definition Classes
    File
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. def open(mode: FileMode): Unit
    Definition Classes
    RemoteFileFile
    Annotations
    @throws( classOf[java.io.IOException] )
  23. var pos: Long
    Definition Classes
    File
  24. def print(str: String): Nothing
    Definition Classes
    RemoteFileFile
    Annotations
    @throws( classOf[java.io.IOException] )
  25. def println(): Nothing
    Definition Classes
    RemoteFileFile
    Annotations
    @throws( classOf[java.io.IOException] )
  26. def println(line: String): Nothing
    Definition Classes
    RemoteFileFile
    Annotations
    @throws( classOf[java.io.IOException] )
  27. var reader: BufferedReader
    Definition Classes
    File
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from File

Inherited from AnyRef

Inherited from Any

Ungrouped