Class

io.scalajs.npm.memoryfs

MemoryFSExtensions

Related Doc: package memoryfs

Permalink

implicit final class MemoryFSExtensions extends AnyVal

Memory File System Extensions

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MemoryFSExtensions
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MemoryFSExtensions(fs: MemoryFs)

    Permalink

    fs

    the given memory file system

Value Members

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

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def existsFuture(path: String): Promise[Boolean]

    Permalink
    Annotations
    @inline()
  6. val fs: MemoryFs

    Permalink

    the given memory file system

  7. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  8. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  9. def mkdirpFuture(path: String): Promise[Unit]

    Permalink
    Annotations
    @inline()
  10. def readFileFuture(path: String, optArg: Any = null): Promise[Buffer]

    Permalink
    Annotations
    @inline()
  11. def readdirFuture(path: String): Promise[Array[String]]

    Permalink
    Annotations
    @inline()
  12. def rmdirFuture(path: String): Promise[Unit]

    Permalink
    Annotations
    @inline()
  13. def statFuture(path: String): Promise[Stats]

    Permalink
    Annotations
    @inline()
  14. def toString(): String

    Permalink
    Definition Classes
    Any
  15. def unlinkFuture(path: String): Promise[Unit]

    Permalink
    Annotations
    @inline()
  16. def writeFileFuture(path: String, content: Buffer): Promise[Unit]

    Permalink
    Annotations
    @inline()
  17. def writeFileFuture(path: String, content: String, encoding: String = null): Promise[Unit]

    Permalink
    Annotations
    @inline()

Inherited from AnyVal

Inherited from Any

Ungrouped