From dd3de0d92f76408ea45f15de32e6c51a2b5f5da5 Mon Sep 17 00:00:00 2001 From: dr-vortex Date: Wed, 20 Mar 2024 13:21:27 +0000 Subject: [PATCH] deploy: 494e5ea10c433b41826c5d9708158e5aecbf0fe8 --- assets/highlight.css | 24 ++++---- classes/ZipFS.html | 42 ++++++------- classes/file.ArchiveExtraDataRecord.html | 14 ++--- classes/file.CentralDirectory.html | 74 +++++++++++------------ classes/file.Data.html | 14 ++--- classes/file.DigitalSignature.html | 14 ++--- classes/file.EndOfCentralDirectory.html | 26 ++++---- classes/file.FileHeader.html | 34 +++++------ classes/file.TableOfContents.html | 12 ++-- enums/CompressionMethod.html | 34 +++++------ enums/ExternalFileAttributeType.html | 42 ++++++------- index.html | 12 ++-- interfaces/ZipOptions.html | 6 +- modules/file.html | 2 +- types/decompress.html | 2 +- variables/Zip.html | 2 +- variables/decompressionMethods.html | 2 +- variables/endOfCentralDirectoryMagic.html | 2 +- variables/extendedASCIIChars.html | 2 +- variables/maxDirectoryEntries.html | 2 +- 20 files changed, 180 insertions(+), 182 deletions(-) diff --git a/assets/highlight.css b/assets/highlight.css index e99f111..e3fb9f1 100644 --- a/assets/highlight.css +++ b/assets/highlight.css @@ -1,18 +1,18 @@ :root { - --light-hl-0: #795E26; - --dark-hl-0: #DCDCAA; + --light-hl-0: #AF00DB; + --dark-hl-0: #C586C0; --light-hl-1: #000000; --dark-hl-1: #D4D4D4; - --light-hl-2: #A31515; - --dark-hl-2: #CE9178; - --light-hl-3: #AF00DB; - --dark-hl-3: #C586C0; - --light-hl-4: #001080; - --dark-hl-4: #9CDCFE; - --light-hl-5: #0000FF; - --dark-hl-5: #569CD6; - --light-hl-6: #0070C1; - --dark-hl-6: #4FC1FF; + --light-hl-2: #001080; + --dark-hl-2: #9CDCFE; + --light-hl-3: #A31515; + --dark-hl-3: #CE9178; + --light-hl-4: #0000FF; + --dark-hl-4: #569CD6; + --light-hl-5: #0070C1; + --dark-hl-5: #4FC1FF; + --light-hl-6: #795E26; + --dark-hl-6: #DCDCAA; --light-hl-7: #098658; --dark-hl-7: #B5CEA8; --light-code-background: #FFFFFF; diff --git a/classes/ZipFS.html b/classes/ZipFS.html index 9df02e8..6df650f 100644 --- a/classes/ZipFS.html +++ b/classes/ZipFS.html @@ -62,7 +62,7 @@

Hierarchy

+
  • Defined in src/ZipFS.ts:66
  • @@ -139,40 +139,40 @@
    __namedParameters: Returns ZipFS
    +
  • Defined in src/ZipFS.ts:171
  • Properties

    _directoryEntries: CentralDirectory[] = []
    +
  • Defined in src/ZipFS.ts:150
  • _eocd?: EndOfCentralDirectory = null
    +
  • Defined in src/ZipFS.ts:151
  • _index: FileIndex<CentralDirectory> = ...
    +
  • Defined in src/ZipFS.ts:149
  • _ready: Promise<void>
    +
  • Defined in src/ZipFS.ts:164
  • data: ArrayBufferLike
    +
  • Defined in src/ZipFS.ts:152
  • name: string
    +
  • Defined in src/ZipFS.ts:153
  • Accessors

    @@ -182,7 +182,7 @@
    +
  • Defined in src/ZipFS.ts:217
  • +
  • Defined in src/ZipFS.ts:213
  • Methods

    @@ -205,7 +205,7 @@

    Parameters

    zipData: ArrayBufferLike

    Returns Promise<void>

    +
  • Defined in src/ZipFS.ts:155
  • +
  • Defined in src/ZipFS.ts:190
  • Returns CentralDirectory

    +
  • Defined in src/ZipFS.ts:205
  • +
  • Defined in src/ZipFS.ts:177
  • +
  • Defined in src/ZipFS.ts:225
  • +
  • Defined in src/ZipFS.ts:166
  • +
  • Defined in src/ZipFS.ts:221
  • Returns void

    +
  • Defined in src/ZipFS.ts:92
  • Returns Promise<TableOfContents>

    +
  • Defined in src/ZipFS.ts:107
  • Returns Promise<TableOfContents>

    +
  • Defined in src/ZipFS.ts:122
  • +
  • Defined in src/ZipFS.ts:71
  • Returns ArchiveExtraDataRecord

    +
  • Defined in src/file/ArchiveExtraDataRecord.ts:30
  • Properties

    _view: DataView
    +
  • Defined in src/file/ArchiveExtraDataRecord.ts:29
  • data: ArrayBufferLike
    +
  • Defined in src/file/ArchiveExtraDataRecord.ts:30
  • Methods

    @@ -89,7 +89,7 @@
    +
  • Defined in src/file/ArchiveExtraDataRecord.ts:39
  • +
  • Defined in src/file/ArchiveExtraDataRecord.ts:36
  • +
  • Defined in src/file/CentralDirectory.ts:49
  • +
  • Defined in src/file/Data.ts:25
  • Returns DigitalSignature

    +
  • Defined in src/file/DigitalSignature.ts:23
  • Properties

    _view: DataView
    +
  • Defined in src/file/DigitalSignature.ts:22
  • data: ArrayBufferLike
    +
  • Defined in src/file/DigitalSignature.ts:23
  • Accessors

    @@ -92,7 +92,7 @@
    +
  • Defined in src/file/DigitalSignature.ts:32
  • +
  • Defined in src/file/DigitalSignature.ts:29
  • +
  • Defined in src/file/EndOfCentralDirectory.ts:56
  • Returns FileHeader

    +
  • Defined in src/file/Header.ts:51
  • Properties

    _view: DataView
    +
  • Defined in src/file/Header.ts:50
  • data: ArrayBufferLike
    +
  • Defined in src/file/Header.ts:51
  • Accessors

    @@ -102,7 +102,7 @@
    +
  • Defined in src/file/Header.ts:63
  • +
  • Defined in src/file/Header.ts:73
  • +
  • Defined in src/file/Header.ts:98
  • +
  • Defined in src/file/Header.ts:92
  • +
  • Defined in src/file/Header.ts:95
  • +
  • Defined in src/file/Header.ts:89
  • +
  • Defined in src/file/Header.ts:60
  • +
  • Defined in src/file/Header.ts:66
  • +
  • Defined in src/file/Header.ts:70
  • +
  • Defined in src/file/Header.ts:102
  • +
  • Defined in src/file/Header.ts:105
  • +
  • Defined in src/file/Header.ts:57
  • +
  • Defined in src/file/TableOfContents.ts:10
  • +
  • Defined in src/compression.ts:6
  • @@ -51,82 +51,82 @@

    Enumeration Members

    BZIP2: 12
    +
  • Defined in src/compression.ts:17
  • DEFLATE: 8
    +
  • Defined in src/compression.ts:14
  • DEFLATE64: 9
    +
  • Defined in src/compression.ts:15
  • IMPLODE: 6
    +
  • Defined in src/compression.ts:13
  • LZ77: 19
    +
  • Defined in src/compression.ts:20
  • LZMA: 14
    +
  • Defined in src/compression.ts:18
  • PPMD: 98
    +
  • Defined in src/compression.ts:22
  • REDUCED_1: 2
    +
  • Defined in src/compression.ts:9
  • REDUCED_2: 3
    +
  • Defined in src/compression.ts:10
  • REDUCED_3: 4
    +
  • Defined in src/compression.ts:11
  • REDUCED_4: 5
    +
  • Defined in src/compression.ts:12
  • SHRUNK: 1
    +
  • Defined in src/compression.ts:8
  • STORED: 0
    +
  • Defined in src/compression.ts:7
  • TERSE_NEW: 18
    +
  • Defined in src/compression.ts:19
  • TERSE_OLD: 10
    +
  • Defined in src/compression.ts:16
  • WAVPACK: 97
    +
  • Defined in src/compression.ts:21
  • +
  • Defined in src/constants.ts:139
  • @@ -55,102 +55,102 @@

    Enumeration Members

    ACORN_RISC: 13
    +
  • Defined in src/constants.ts:153
  • ALT_MVS: 15
    +
  • Defined in src/constants.ts:155
  • AMIGA: 1
    +
  • Defined in src/constants.ts:141
  • ATARI_ST: 5
    +
  • Defined in src/constants.ts:145
  • BEOS: 16
    +
  • Defined in src/constants.ts:156
  • CP_M: 9
    +
  • Defined in src/constants.ts:149
  • MAC: 7
    +
  • Defined in src/constants.ts:147
  • MSDOS: 0
    +
  • Defined in src/constants.ts:140
  • MVS: 11
    +
  • Defined in src/constants.ts:151
  • NTFS: 10
    +
  • Defined in src/constants.ts:150
  • OPENVMS: 2
    +
  • Defined in src/constants.ts:142
  • OS2_HPFS: 6
    +
  • Defined in src/constants.ts:146
  • OSX: 19
    +
  • Defined in src/constants.ts:159
  • OS_400: 18
    +
  • Defined in src/constants.ts:158
  • TANDEM: 17
    +
  • Defined in src/constants.ts:157
  • UNIX: 3
    +
  • Defined in src/constants.ts:143
  • VFAT: 14
    +
  • Defined in src/constants.ts:154
  • VM_CMS: 4
    +
  • Defined in src/constants.ts:144
  • VSE: 12
    +
  • Defined in src/constants.ts:152
  • Z_SYSTEM: 8
    +
  • Defined in src/constants.ts:148
  • @@ -50,7 +49,6 @@

    Backend -
  • Installing
  • Usage
  • +
  • Defined in src/ZipFS.ts:18
  • Returns Uint8Array

    +
  • Defined in src/compression.ts:25
  • +
  • Defined in src/ZipFS.ts:230
  • +
  • Defined in src/compression.ts:30
  • +
  • Defined in src/constants.ts:162
  • +
  • Defined in src/constants.ts:5
  • +
  • Defined in src/ZipFS.ts:25