An IFileReader that reads files by invoking URI Resolver Extension wrappers

Hierarchy

  • UriResolverExtensionFileReader

Implements

  • IFileReader

Constructors

  • Construct a UriResolverExtensionFileReader

    Parameters

    • _resolverExtensionUri: Uri

      URI of the URI Resolver Extension wrapper

    • _wrapperUri: Uri

      URI of the wrap package to read from

    • _client: CoreClient

      A CoreClient instance

    Returns UriResolverExtensionFileReader

Properties

_client: any
_fileCache: any
_resolverExtensionUri: any
_wrapperUri: any

Methods

  • Read a file

    Parameters

    • filePath: string

      the file's path from the wrap package root

    Returns Promise<Result<Uint8Array, Error>>

    a Result containing a buffer if successful, or an error

Generated using TypeDoc