An abstract IArchiveStorage suitable for extension by inheritance.
More...
An abstract IArchiveStorage suitable for extension by inheritance.
◆ BaseArchiveStorage()
| ICSharpCode.SharpZipLib.Zip.BaseArchiveStorage.BaseArchiveStorage |
( |
FileUpdateMode | updateMode | ) |
|
|
protected |
Initializes a new instance of the BaseArchiveStorage class.
- Parameters
-
| updateMode | The update mode. |
◆ ConvertTemporaryToFinal()
| Stream ICSharpCode.SharpZipLib.Zip.BaseArchiveStorage.ConvertTemporaryToFinal |
( |
| ) |
|
|
abstract |
◆ Dispose()
| void ICSharpCode.SharpZipLib.Zip.BaseArchiveStorage.Dispose |
( |
| ) |
|
|
abstract |
◆ GetTemporaryOutput()
| Stream ICSharpCode.SharpZipLib.Zip.BaseArchiveStorage.GetTemporaryOutput |
( |
| ) |
|
|
abstract |
◆ MakeTemporaryCopy()
| Stream ICSharpCode.SharpZipLib.Zip.BaseArchiveStorage.MakeTemporaryCopy |
( |
Stream | stream | ) |
|
|
abstract |
◆ OpenForDirectUpdate()
| Stream ICSharpCode.SharpZipLib.Zip.BaseArchiveStorage.OpenForDirectUpdate |
( |
Stream | stream | ) |
|
|
abstract |
Return a stream suitable for performing direct updates on the original source.
- Parameters
-
| stream | The Stream to open for direct update. |
- Returns
- Returns a stream suitable for direct updating.
Implements ICSharpCode.SharpZipLib.Zip.IArchiveStorage.
◆ updateMode_
| FileUpdateMode ICSharpCode.SharpZipLib.Zip.BaseArchiveStorage.updateMode_ |
|
private |
◆ UpdateMode
| FileUpdateMode ICSharpCode.SharpZipLib.Zip.BaseArchiveStorage.UpdateMode |
|
get |
The documentation for this class was generated from the following file: