You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
339 B
10 lines
339 B
module.exports = {
|
|
LOCAL_FILE_HEADER: 0x04034b50,
|
|
DATA_DESCRIPTOR_RECORD: 0x08074b50,
|
|
ARCHIVE_EXTRA_DATA: 0x08064b50,
|
|
CENTRAL_FILE_HEADER: 0x02014b50,
|
|
HEADER: 0x05054b50,
|
|
ZIP64_END_OF_CENTRAL_DIRECTORY: 0x06064b50,
|
|
ZIP64_END_OF_CENTRAL_DIRECTORY_LOCATOR: 0x07064b50,
|
|
END_OF_CENTRAL_DIRECTORY: 0x06054b50
|
|
};
|
|
|