Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

  • new Adapter(root: string): Adapter

Properties

Readonly root

root: string

Root path.

Methods

Abstract append

Abstract copy

Abstract delete

Abstract getMime

  • getMime(path: string): PromiseOr<string | false>

Abstract getSize

Abstract has

Protected joinPaths

  • joinPaths(...paths: string[]): string

Abstract listChildren

Abstract makeDirectory

Abstract move

Abstract prepend

Abstract put

Abstract putStream

Abstract read

Abstract readStream

  • readStream(path: string): Stream

Protected resolve

  • resolve(...paths: string[]): string

Abstract update

Abstract updateStream

  • updateStream(path: string): Stream

Abstract write

Abstract writeStream

  • writeStream(path: string): Stream

Generated using TypeDoc