home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 September / Chip_2000-09_cd1.bin / sharewar / Slunec / app / 16 / ARCHIVES.SWG / 0006_HYP.pas < prev    next >
Pascal/Delphi Source File  |  1996-09-03  |  1KB  |  27 lines

  1. --------A-HYP-------------------------------
  2.  
  3. The Hyper archiver is a very fast compression program by P. Sawatzki and
  4. K.P.  Nischke, which uses LZW compression techniques for compression. It
  5. is  not very widespread - in fact, I've yet to see a package distributed
  6. in this format.
  7.  
  8. OFFSET              Count TYPE   Description
  9. 0000h                   1 byte   ID=1Ah
  10. 0001h                   2 char   Compression method
  11.                                  "HP" - compressed
  12.                                  "ST" - stored
  13. 0003h                   1 byte   Version file was compressed by in BCD
  14. 0004h                   1 dword  Compressed file size
  15. 0008h                   1 dword  Original file size
  16. 000Ch                   1 dword  MS-DOS date and time of file
  17. 0010h                   1 dword  CRC-32 of file
  18. 0014h                   1 byte   MS-DOS file attribute
  19. 0015h                   1 byte   Length of filename
  20.                                  ="LEN"
  21. 0016h               "LEN" char   Filename
  22.  
  23. EXTENSION:HYP
  24. OCCURENCES:PC
  25. PROGRAMS:HYPER.EXE
  26.  
  27.