#include <ZipSplitNamesHandler.h>
Generates names for binary split archives.
- See also
- Segmented Archives: Splitting and Spanning
◆ GetVolumeName()
| CZipString CZipBinSplitNamesHandler::GetVolumeName |
( |
const CZipString & | szArchiveName, |
|
|
ZIP_VOLUME_TYPE | uCurrentVolume, |
|
|
ZipArchiveLib::CBitFlag | flags ) const |
|
inlinevirtual |
Returns the path for the given volume number.
- Parameters
-
| szArchiveName | The archive path provided when opening an archive. |
| uCurrentVolume | The current volume number. The first volume number is 1. |
| flags | Additional flags. It can be one or more of the Flags values. |
Implements CZipSplitNamesHandler.
◆ GetVolumeNumber()
| ZIP_VOLUME_TYPE CZipBinSplitNamesHandler::GetVolumeNumber |
( |
const CZipString & | szArchiveName | ) |
const |
|
inline |
Gets the volume number from the archive filename.
- Parameters
-
| szArchiveName | The archive filename. |
- Returns
- The volume number extracted from the file extension.
The documentation for this class was generated from the following file: