Description
Wraps files split across multiple volumes so Python code can read or write them as a single stream. It is useful for large archives, backup formats, and transfer workflows that divide data into parts.
Multi-volume files can overwrite or combine large amounts of data. Applications should verify part order, total size, and target paths before extraction or writing.