Method | Description | |
---|---|---|
MakeDirectoryEntry ( string directoryName ) : |
Make a new
|
|
MakeDirectoryEntry ( string directoryName, bool useFileSystem ) : |
Make a new
|
|
MakeFileEntry ( string fileName ) : |
Make a new ZipEntry for a file.
|
|
MakeFileEntry ( string fileName, bool useFileSystem ) : |
Make a new ZipEntry for a file.
|
|
MakeFileEntry ( string fileName, string entryName, bool useFileSystem ) : |
Make a new ZipEntry from a name.
|
|
ZipEntryFactory ( ) : System |
Initialise a new instance of the ZipEntryFactory class. A default INameTransform, and the LastWriteTime for files is used. |
|
ZipEntryFactory ( DateTime time ) : System |
Initialise a new instance of ZipEntryFactory using the specified DateTime
|
|
ZipEntryFactory ( TimeSetting timeSetting ) : System |
Initialise a new instance of ZipEntryFactory using the specified TimeSetting
|
public MakeDirectoryEntry ( string directoryName ) : |
||
directoryName | string | The raw untransformed name for the new directory |
return |
public MakeDirectoryEntry ( string directoryName, bool useFileSystem ) : |
||
directoryName | string | The raw untransformed name for the new directory |
useFileSystem | bool | If true entry detail is retrieved from the file system if the file exists. |
return |
public MakeFileEntry ( string fileName ) : |
||
fileName | string | The name of the file to create a new entry for. |
return |
public MakeFileEntry ( string fileName, bool useFileSystem ) : |
||
fileName | string | The name of the file to create a new entry for. |
useFileSystem | bool | If true entry detail is retrieved from the file system if the file exists. |
return |
public MakeFileEntry ( string fileName, string entryName, bool useFileSystem ) : |
||
fileName | string | The name of the file to create a new entry for. |
entryName | string | An alternative name to be used for the new entry. Null if not applicable. |
useFileSystem | bool | If true entry detail is retrieved from the file system if the file exists. |
return |
public ZipEntryFactory ( DateTime time ) : System | ||
time | DateTime | The time to set all |
return | System |
public ZipEntryFactory ( TimeSetting timeSetting ) : System | ||
timeSetting | TimeSetting | The |
return | System |