preferred Chunk Size
ZipResourceProvider reads the zip-archive in chunks. The chunks are aligned to match the one or more compressed files within the archive.
The preferredChunkSize tells ZipResourceProvider how big each chunk should be in bytes. Note that the actual chunkSize value will be less or more than this value depending on how the files are laid out inside the archive.
Defaults to 100kB