#include <ZipSplitNamesHandler.h>
Generates names for regular split archives.
- See Also
- Segmented Archives: Splitting and Spanning
| CZipString CZipRegularSplitNamesHandler::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.
| void CZipRegularSplitNamesHandler::Initialize |
( |
const CZipString & |
szArchiveName | ) |
|
|
inlinevirtual |
Called when opening an archive.
- Parameters
-
| szArchiveName | The archive path provided when opening an archive. |
Reimplemented from CZipSplitNamesHandler.
The documentation for this class was generated from the following file: