ndn6-file-server client wrapped as ZenFS backend.

This backend only supports async operations.

Hierarchy

  • AsyncMixin & ReadonlyMixin & FileSystem<this>
    • NDNFileSystem

Constructors

Methods

  • Returns FileSystemMetadata

  • Opens the file at path with flag. The file must exist.

    Parameters

    • path: string

      The path to open.

    • flag: string

      The flag to use when opening the file.

    Returns Promise<File<FileSystem>>

  • Parameters

    • path: string

    Returns Promise<string[]>

  • Parameters

    • path: string

    Returns Promise<Stats>