Lines Matching full:bytes
38 // local file header signature 4 bytes (0x04034b50)
39 // version needed to extract 2 bytes
40 // general purpose bit flag 2 bytes
41 // compression method 2 bytes 10
42 // last mod file time 2 bytes
43 // last mod file date 2 bytes
44 // crc-32 4 bytes
45 // compressed size 4 bytes 22
46 // uncompressed size 4 bytes
47 // file name length 2 bytes
48 // extra field length 2 bytes 30
65 // central file header signature 4 bytes (0x02014b50)
66 // version made by 2 bytes
67 // version needed to extract 2 bytes
68 // general purpose bit flag 2 bytes 10
69 // compression method 2 bytes
70 // last mod file time 2 bytes
71 // last mod file date 2 bytes
72 // crc-32 4 bytes 20
73 // compressed size 4 bytes
74 // uncompressed size 4 bytes
75 // file name length 2 bytes 30
76 // extra field length 2 bytes
77 // file comment length 2 bytes
78 // disk number start 2 bytes
79 // internal file attributes 2 bytes
80 // external file attributes 4 bytes
81 // relative offset of local header 4 bytes 46byte
103 // end of central dir signature 4 bytes (0x06054b50)
104 // number of this disk 2 bytes
106 // start of the central directory 2 bytes
108 // central directory on this disk 2 bytes
110 // the central directory 2 bytes
111 // size of the central directory 4 bytes
114 // the starting disk number 4 bytes
115 // .ZIP file comment length 2 bytes
128 // data descriptor signature 4 bytes (0x06054b50)
129 // crc-32 4 bytes
130 // compressed size 4 bytes
131 // uncompressed size 4 bytes