1835f6802SDirk Vogt 2835f6802SDirk Vogt#------------------------------------------------------------------------------ 3*0a6a1f1dSLionel Sambuc# $File: isz,v 1.3 2014/04/30 21:41:02 christos Exp $ 4835f6802SDirk Vogt# ISO Zipped file format 5835f6802SDirk Vogt# http://www.ezbsystems.com/isz/iszspec.txt 6835f6802SDirk Vogt0 string IsZ! ISO Zipped file 7835f6802SDirk Vogt>4 byte x \b, header size %u 8835f6802SDirk Vogt>5 byte x \b, version %u 9835f6802SDirk Vogt>8 lelong x \b, serial %u 10835f6802SDirk Vogt#12 leshort x \b, sector size %u 11835f6802SDirk Vogt#>16 lelong x \b, total sectors %u 12835f6802SDirk Vogt>17 byte >0 \b, password protected 13835f6802SDirk Vogt#>24 lequad x \b, segment size %llu 14835f6802SDirk Vogt#>32 lelong x \b, blocks %u 15835f6802SDirk Vogt#>36 lelong x \b, block size %u 16