|
Fingerprint_Card
|
Defines factory methods for creating new ZipEntry values. More...

Public Member Functions | |
| ZipEntry | MakeFileEntry (string fileName) |
| Create a ZipEntry for a file given its name. | |
| ZipEntry | MakeFileEntry (string fileName, bool useFileSystem) |
| Create a ZipEntry for a file given its name. | |
| ZipEntry | MakeDirectoryEntry (string directoryName) |
| Create a ZipEntry for a directory given its name. | |
| ZipEntry | MakeDirectoryEntry (string directoryName, bool useFileSystem) |
| Create a ZipEntry for a directory given its name. | |
Properties | |
| INameTransform | NameTransform [get, set] |
| Get/set the INameTransform applicable. | |
Defines factory methods for creating new ZipEntry values.
| ZipEntry ICSharpCode.SharpZipLib.Zip.IEntryFactory.MakeDirectoryEntry | ( | string | directoryName | ) |
Create a ZipEntry for a directory given its name.
| directoryName | The name of the directory to create an entry for. |
Implemented in ICSharpCode.SharpZipLib.Zip.ZipEntryFactory.
| ZipEntry ICSharpCode.SharpZipLib.Zip.IEntryFactory.MakeDirectoryEntry | ( | string | directoryName, |
| bool | useFileSystem ) |
Create a ZipEntry for a directory given its name.
| directoryName | The name of the directory to create an entry for. |
| useFileSystem | If true get details from the file system for this directory if it exists. |
Implemented in ICSharpCode.SharpZipLib.Zip.ZipEntryFactory.
| ZipEntry ICSharpCode.SharpZipLib.Zip.IEntryFactory.MakeFileEntry | ( | string | fileName | ) |
Create a ZipEntry for a file given its name.
| fileName | The name of the file to create an entry for. |
Implemented in ICSharpCode.SharpZipLib.Zip.ZipEntryFactory.
| ZipEntry ICSharpCode.SharpZipLib.Zip.IEntryFactory.MakeFileEntry | ( | string | fileName, |
| bool | useFileSystem ) |
Create a ZipEntry for a file given its name.
| fileName | The name of the file to create an entry for. |
| useFileSystem | If true get details from the file system if the file exists. |
Implemented in ICSharpCode.SharpZipLib.Zip.ZipEntryFactory.
|
getset |
Get/set the INameTransform applicable.
Implemented in ICSharpCode.SharpZipLib.Zip.ZipEntryFactory.