585fd8cfd2
- Closes #787. - The `blockSizeInBytes` parameter on `EXT4Unpacker` was misleading — it does not represent an ext4 filesystem block size. - This change renames `blockSizeInBytes` to `capacityInBytes`, updates the doc comment to accurately describe the parameter and updates the name in the call sites.