Options
All
  • Public
  • Public/Protected
  • All
Menu

Provides an interface to the content of a SmileBASICFileType.Project4 file.

Hierarchy

  • SmileBASIC4ProjectContent

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Files

Files: Map<string, SmileBASICFile>

A Map linking file names to parsed SmileBASICFiles. Do note that to do anything more than basic checks, you will need to use ToActualType() on the file.

MetaContent

Stores the metadata parsed directly from the Project file.

RawFiles

RawFiles: Map<string, Buffer>

A Map linking file names to unparsed raw file content.

Methods

ToBuffer

  • ToBuffer(): Promise<Buffer>
  • Converts the instance into a Buffer containing raw Project4 content.

    Returns Promise<Buffer>

    A Promise that resolves to the raw Project4 data.

Static FromBuffer

Generated using TypeDoc