#include <ZipSplitNamesHandler.h>
Public Member Functions | |
CZipString | GetVolumeName (const CZipString &szArchiveName, ZIP_VOLUME_TYPE uCurrentVolume, ZipArchiveLib::CBitFlag flags) const |
void | Initialize (const CZipString &szArchiveName) |
![]() | |
CZipSplitNamesHandler () | |
virtual ZIP_VOLUME_TYPE | GetVolumeNumber (const CZipString &szVolumePath) const |
Protected Attributes | |
CZipString | m_szExt |
Additional Inherited Members | |
![]() | |
enum | Flags { flNone = 0x00, flLast = 0x01, flExisting = 0x02 } |
Generates names for regular split archives.
Definition at line 120 of file ZipSplitNamesHandler.h.
|
inlinevirtual |
Returns the path for the given volume number.
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.
Definition at line 136 of file ZipSplitNamesHandler.h.
|
inlinevirtual |
Called when opening an archive.
szArchiveName | The archive path provided when opening an archive. |
Reimplemented from CZipSplitNamesHandler.
Definition at line 130 of file ZipSplitNamesHandler.h.