#include <ZipStringStoreSettings.h>
CZipStringStoreSettings::CZipStringStoreSettings |
( |
| ) |
|
|
inline |
bool CZipStringStoreSettings::IsStandard |
( |
int |
iPlatform | ) |
const |
|
inline |
Returns the value indicating whether the current settings are standard for the given platform.
- Parameters
-
- Returns
true
, if the current settings are standard; false
otherwise.
bool CZipStringStoreSettings::IsStandardCommentCodePage |
( |
int |
iPlatform | ) |
const |
|
inline |
Returns the value indicating whether the current comment code page is standard.
- Parameters
-
- Returns
true
, if the current comment code page is standard; false
otherwise.
bool CZipStringStoreSettings::IsStandardCommentCodePage |
( |
| ) |
const |
|
inline |
Returns the value indicating whether the current comment code page is standard.
- Returns
true
, if the current comment code page is standard; false
otherwise.
bool CZipStringStoreSettings::IsStandardNameCodePage |
( |
| ) |
const |
|
inline |
Returns the value indicating whether the current filename code page is standard for the current platform.
- Returns
true
, if the current filename code page is standard; false
otherwise.
- See Also
- ZipPlatform::GetSystemID
bool CZipStringStoreSettings::IsStandardNameCodePage |
( |
int |
iPlatform | ) |
const |
|
inline |
Returns the value indicating whether the current filename code page is standard for the given platform.
- Parameters
-
- Returns
true
, if the current filename code page is standard; false
otherwise.
void CZipStringStoreSettings::Reset |
( |
int |
iPlatform | ) |
|
|
inline |
Resets the settings to their default values for the given platform.
- Parameters
-
- See Also
- Reset
void CZipStringStoreSettings::Reset |
( |
| ) |
|
|
inline |
void CZipStringStoreSettings::Set |
( |
UINT |
uFileNameCodePage, |
|
|
bool |
bStoreNameInExtraData, |
|
|
UINT |
uCommentCodePage |
|
) |
| |
|
inline |
void CZipStringStoreSettings::SetDefaultNameCodePage |
( |
int |
iPlatform | ) |
|
|
inline |
Sets the default filename code page depending on the given platform.
- Parameters
-
bool CZipStringStoreSettings::m_bStoreNameInExtraData |
If true
, the converted filenames are stored in the central extra field in the archive.
UINT CZipStringStoreSettings::m_uCommentCodePage |
The current comment code page for files.
UINT CZipStringStoreSettings::m_uNameCodePage |
The current filename code page.
The documentation for this class was generated from the following file: