Fix multi-part RAR: use explicit ArchiveFormat instead of VolumedArchiveInStream

VolumedArchiveInStream only works for .7z.001 splits - it rejects RAR
filenames. For multi-part RAR (.partN.rar), use RandomAccessFileInStream
with explicit ArchiveFormat.RAR5/RAR format specification. Auto-detection
with null format can fail for multi-volume RAR archives.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe
2026-03-03 16:03:01 +01:00
co-authored by Claude Opus 4.6
parent 462fc0397e
commit 35e84e652e
10 changed files with 33 additions and 7 deletions