mindee
    Preparing search index...

    Class InputSourceAbstract

    Abstract class for input sources.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    fileObject: string | Buffer<ArrayBufferLike> = ""

    The file object used by the input source.

    initialized: boolean = false

    Whether the source has already been initialized.

    Methods

    • Initializes the input source and populates its file object.

      Returns Promise<void>