Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lib): remove excess pakfileentry buffer padding
Buffer is derived from a resizable MemoryStream buffer, so gets padded up. For text data, this results in a bunch of a NULs. Buffer is readonly unless replaced entirely, so we can just limit it to the size of the uncompressed zip data.
- Loading branch information