|
Fingerprint_Card
|
Defines facilities for data storage when updating Zip Archives. More...

Public Member Functions | |
| Stream | GetTemporaryOutput () |
| Get an empty Stream that can be used for temporary output. | |
| Stream | ConvertTemporaryToFinal () |
| Convert a temporary output stream to a final stream. | |
| Stream | MakeTemporaryCopy (Stream stream) |
| Make a temporary copy of the original stream. | |
| Stream | OpenForDirectUpdate (Stream stream) |
| Return a stream suitable for performing direct updates on the original source. | |
| void | Dispose () |
| Dispose of this instance. | |
Properties | |
| FileUpdateMode | UpdateMode [get] |
| Get the FileUpdateMode to apply during updates. | |
Defines facilities for data storage when updating Zip Archives.
| Stream ICSharpCode.SharpZipLib.Zip.IArchiveStorage.ConvertTemporaryToFinal | ( | ) |
Convert a temporary output stream to a final stream.
Implemented in ICSharpCode.SharpZipLib.Zip.BaseArchiveStorage, ICSharpCode.SharpZipLib.Zip.DiskArchiveStorage, and ICSharpCode.SharpZipLib.Zip.MemoryArchiveStorage.
| void ICSharpCode.SharpZipLib.Zip.IArchiveStorage.Dispose | ( | ) |
Dispose of this instance.
Implemented in ICSharpCode.SharpZipLib.Zip.BaseArchiveStorage, ICSharpCode.SharpZipLib.Zip.DiskArchiveStorage, and ICSharpCode.SharpZipLib.Zip.MemoryArchiveStorage.
| Stream ICSharpCode.SharpZipLib.Zip.IArchiveStorage.GetTemporaryOutput | ( | ) |
Get an empty Stream that can be used for temporary output.
Implemented in ICSharpCode.SharpZipLib.Zip.BaseArchiveStorage, ICSharpCode.SharpZipLib.Zip.DiskArchiveStorage, and ICSharpCode.SharpZipLib.Zip.MemoryArchiveStorage.
| Stream ICSharpCode.SharpZipLib.Zip.IArchiveStorage.MakeTemporaryCopy | ( | Stream | stream | ) |
Make a temporary copy of the original stream.
| stream | The Stream to copy. |
Implemented in ICSharpCode.SharpZipLib.Zip.BaseArchiveStorage, ICSharpCode.SharpZipLib.Zip.DiskArchiveStorage, and ICSharpCode.SharpZipLib.Zip.MemoryArchiveStorage.
| Stream ICSharpCode.SharpZipLib.Zip.IArchiveStorage.OpenForDirectUpdate | ( | Stream | stream | ) |
Return a stream suitable for performing direct updates on the original source.
| stream | The current stream. |
This may be the current stream passed.
Implemented in ICSharpCode.SharpZipLib.Zip.BaseArchiveStorage, ICSharpCode.SharpZipLib.Zip.DiskArchiveStorage, and ICSharpCode.SharpZipLib.Zip.MemoryArchiveStorage.
|
get |
Get the FileUpdateMode to apply during updates.
Implemented in ICSharpCode.SharpZipLib.Zip.BaseArchiveStorage.