NDNts

    Class DataArray

    Data packet storage based on array.

    This is a minimal implementation of DataStore interfaces. It has small code size but every operation has O(N) time complexity.

    Implements

    Index

    Constructors

    Methods

    • Delete Data packets with given names.

      Parameters

      • ...names: readonly Name[]

      Returns Promise<void>

    • Insert one or more Data packets.

      Parameters

      Returns Promise<void>

      Arguments include:

      • an optional Options object
      • zero or more Data, Iterable, or AsyncIterable
    MMNEPVFCICPMFPCPTTAAATR