Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • FileStorage

Implements

Index

Constructors

constructor

Properties

dir

dir: DirectoryEntry

Private file

file: File

fs

fs: FileSystem

Private log

log: Logger

Methods

create

  • create(k: string, v: any): Promise<void>

get

  • get(k: string): Promise<any>

getDir

  • getDir(): Promise<DirectoryEntry>

init

  • init(): Promise<any>

parseResult

  • parseResult(v: any): any

readFileEntry

  • readFileEntry(fileEntry: any): Promise<any>

remove

  • remove(k: string): Promise<void>

set

  • set(k: string, v: any): Promise<void>