readme

来自「给出了 zip 压缩算法的完整实现过程。」· 代码 · 共 35 行

TXT
35
字号
This Theos port supports all the unusual features of Theos filesystem.Under Theos filesystem files are typed. Types include :- stream- relative- keyed- indexed (ISAM)- program (86 real mode, 16 bits protected mode, 32 bits protected mode)- directory- library (contains files of any other types librry and directory excepted).Most of the information on the type and on the structure of a file are notcontained in the file itself but its in directory entry. For all types offiles, directory and stream files excepted, this information is vital. If itis lost, the file can no longer be usable.In zip files the information is stored in an extra block with type "Th".A few years ago I ported ZIP for internal use and spreaded it a little aroundme. It was using a non portable extra block structure. Its type was "TH".For backward compatibility it is supported by UNZIP 5.4.0 port to Theos.ZIP archives created with ZIP 2.3 port MUST be unzipped with 5.4.0 or a laterversion.Also disk search sequence is supported. The disk name is not stored intothe zip archive.Thanks to Bob Baker from Stockboy Services who spent his time to check thisport under other conditions than mines.Jean-Michel DuboisIBC France / THEOS Francejmdubois@ibcfrance.frjean-michel-dubois@wanadoo.fr

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?