mindee
    Preparing search index...

    Class InputSourceAbstract

    Abstract class for input sources.

    Hierarchy (View Summary)

    Index
    fileObject: string | Buffer<ArrayBufferLike> = ""

    The file object used by the input source.

    initialized: boolean = false

    Whether the source has already been initialized.

    • Initializes the input source and populates its file object.

      Returns Promise<void>

    • Returns whether the input source has been initialized.

      Returns boolean