TDirectory

TDirectory

(private) new TDirectory()

A class that reads a TDirectory from a buffer.

Source:

Methods

getKey()

retrieve a key by its name and cycle in the list of keys

Source:

(async) readKeys() → {Promise}

Read list of keys in directory

Source:
Returns:

with TDirectory object

Type
Promise

readObject(name, cycleopt) → {Promise}

Read object from the directory

Source:
Parameters:
Name Type Attributes Description
name string

object name

cycle number <optional>

cycle number

Returns:

with read object

Type
Promise