Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BFSEmscriptenFS

Implements

Index

Constructors

constructor

  • new BFSEmscriptenFS(_FS?: any, _PATH?: any, _ERRNO_CODES?: any, nodefs?: FS): BFSEmscriptenFS
  • Parameters

    • Default value _FS: any = (<any> self)['FS']
    • Default value _PATH: any = (<any> self)['PATH']
    • Default value _ERRNO_CODES: any = (<any> self)['ERRNO_CODES']
    • Default value nodefs: FS = fs

    Returns BFSEmscriptenFS

Properties

node_ops

stream_ops

Methods

createNode

flagsToPermissionString

  • flagsToPermissionString(flags: string | number): string

getERRNO_CODES

  • getERRNO_CODES(): any

getFS

  • getFS(): any

getMode

  • getMode(path: string): number

getNodeFS

  • getNodeFS(): FS

getPATH

  • getPATH(): any

mount

realPath

Object literals

flagsToPermissionStringMap

flagsToPermissionStringMap: object

0

0: string = "r"

1

1: string = "r+"

1024

1024: string = "a"

1025

1025: string = "a"

1026

1026: string = "a+"

1089

1089: string = "a"

1090

1090: string = "a+"

1153

1153: string = "ax"

1154

1154: string = "ax+"

1217

1217: string = "ax"

1218

1218: string = "ax+"

129

129: string = "rx+"

193

193: string = "rx+"

2

2: string = "r+"

4096

4096: string = "rs"

4098

4098: string = "rs+"

514

514: string = "w+"

577

577: string = "w"

578

578: string = "w+"

64

64: string = "r"

65

65: string = "r+"

66

66: string = "r+"

705

705: string = "wx"

706

706: string = "wx+"

Generated using TypeDoc