Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Binary

Generic and versatile binary abstraction

class

Hierarchy

  • Binary

Index

Constructors

Accessors

Constructors

constructor

  • new Binary(name: string, data: Buffer, map?: Buffer, dependencies?: Source[]): Binary
  • Parameters

    • name: string

      The binary name

    • data: Buffer

      The binary data

    • Default value map: Buffer = null

      The binary source map

    • Default value dependencies: Source[] = []

      The dependencies of the binary

    Returns Binary

Accessors

data

  • get data(): Buffer
  • Return the binary data;

    Returns Buffer

dependencies

  • get dependencies(): Source[]

map

  • get map(): Buffer
  • Return the binary source map.

    Returns Buffer

name

  • get name(): string
  • Return the binary name.

    Returns string

Generated using TypeDoc