#pragma once static size_t const READ_FILE_BUFFER_SIZE = 512 * 1024; static unsigned int const ZIP_FILE_BUFFER_SIZE = 64 * 1024;