Inheritance diagram for ICSharpCode::SharpZipLib::Zip::ZipNameTransform:
Public Member Functions | |
ZipNameTransform () | |
Initialize a new instance of ZipNameTransform. | |
ZipNameTransform (bool useRelativePaths) | |
Initialize a new instance of ZipNameTransform. | |
ZipNameTransform (bool useRelativePaths, string trimPrefix) | |
Initialize a new instance of ZipNameTransform. | |
string | TransformDirectory (string name) |
Transform a directory name according to the Zip file naming conventions. | |
string | TransformFile (string name) |
Transform a file name according to the Zip file naming conventions. | |
Properties | |
string | TrimPrefix |
bool | relativePath |
Private Attributes | |
string | trimPrefix = \" |
Definition at line 47 of file ZipNameTransform.cs.
|
Initialize a new instance of ZipNameTransform. Relative paths default to true with this constructor. Definition at line 53 of file ZipNameTransform.cs. |
|
Initialize a new instance of ZipNameTransform.
Definition at line 63 of file ZipNameTransform.cs. |
|
Initialize a new instance of ZipNameTransform.
Definition at line 74 of file ZipNameTransform.cs. |
|
Transform a directory name according to the Zip file naming conventions.
Implements ICSharpCode::SharpZipLib::Core::INameTransform. Definition at line 85 of file ZipNameTransform.cs. |
|
Transform a file name according to the Zip file naming conventions.
Implements ICSharpCode::SharpZipLib::Core::INameTransform. Definition at line 104 of file ZipNameTransform.cs. |
|
Definition at line 134 of file ZipNameTransform.cs. |
|
Definition at line 145 of file ZipNameTransform.cs. |
|
Definition at line 140 of file ZipNameTransform.cs. |