add note for next todo
This commit is contained in:
parent
857a67b657
commit
1e46baa7ef
1 changed files with 3 additions and 1 deletions
|
|
@ -34,7 +34,9 @@ struct FileHeader {
|
||||||
external_file_attributes: u32,
|
external_file_attributes: u32,
|
||||||
offset_local_header: u32,
|
offset_local_header: u32,
|
||||||
file_name: Vec<u8>,
|
file_name: Vec<u8>,
|
||||||
extra_field: Vec<u8>, // TODO: zip64
|
extra_field: Vec<u8>, // TODO:
|
||||||
|
// zip64 https://github.com/python/cpython/blob/cc11c76da7a099bb4535ab8ca507e55263fc35b6/Lib/zipfile/__init__.py#L500
|
||||||
|
// https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT 4.5 Extensible data fields
|
||||||
file_comment: Vec<u8>,
|
file_comment: Vec<u8>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue