ProtoTwin API
    Preparing search index...

    Class UnzippedArchive

    Result of unzipping an archive.

    Index

    Accessors

    Methods

    Accessors

    • get paths(): string[]

      The files included in the archive.

      Returns string[]

    Methods

    • Retrieves the contents of a file.

      Parameters

      • path: string

        The file path.

      Returns null | Uint8Array<ArrayBufferLike>

      The binary contents of the file, or null if the file doesn't exist.