Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • SmileBASIC3ProjectContent

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.

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 Project3 content.

    Returns Promise<Buffer>

    A Promise that resolves to the raw Project3 data.

Static FromBuffer

Generated using TypeDoc