Status returned returned by ZipTestResultHandler during testing.
More...
Status returned returned by ZipTestResultHandler during testing.
- See also
- ZipFile.TestArchive(bool)
TestArchive
◆ TestStatus()
| ICSharpCode.SharpZipLib.Zip.TestStatus.TestStatus |
( |
ZipFile | file | ) |
|
Initialise a new instance of TestStatus
- Parameters
-
| file | The ZipFile this status applies to. |
◆ AddError()
| void ICSharpCode.SharpZipLib.Zip.TestStatus.AddError |
( |
| ) |
|
|
package |
◆ SetBytesTested()
| void ICSharpCode.SharpZipLib.Zip.TestStatus.SetBytesTested |
( |
long | value | ) |
|
|
package |
◆ SetEntry()
| void ICSharpCode.SharpZipLib.Zip.TestStatus.SetEntry |
( |
ZipEntry | entry | ) |
|
|
package |
◆ SetOperation()
| void ICSharpCode.SharpZipLib.Zip.TestStatus.SetOperation |
( |
TestOperation | operation | ) |
|
|
package |
◆ bytesTested_
| long ICSharpCode.SharpZipLib.Zip.TestStatus.bytesTested_ |
|
private |
◆ entry_
| ZipEntry ICSharpCode.SharpZipLib.Zip.TestStatus.entry_ |
|
private |
◆ entryValid_
| bool ICSharpCode.SharpZipLib.Zip.TestStatus.entryValid_ |
|
private |
◆ errorCount_
| int ICSharpCode.SharpZipLib.Zip.TestStatus.errorCount_ |
|
private |
◆ file_
| ZipFile ICSharpCode.SharpZipLib.Zip.TestStatus.file_ |
|
private |
◆ operation_
◆ BytesTested
| long ICSharpCode.SharpZipLib.Zip.TestStatus.BytesTested |
|
get |
Get the number of bytes tested so far for the current entry.
◆ Entry
| ZipEntry ICSharpCode.SharpZipLib.Zip.TestStatus.Entry |
|
get |
Get the current/last entry tested.
◆ EntryValid
| bool ICSharpCode.SharpZipLib.Zip.TestStatus.EntryValid |
|
get |
Get a value indicating wether the last entry test was valid.
◆ ErrorCount
| int ICSharpCode.SharpZipLib.Zip.TestStatus.ErrorCount |
|
get |
Get the number of errors detected so far.
◆ File
| ZipFile ICSharpCode.SharpZipLib.Zip.TestStatus.File |
|
get |
Get the ZipFile this status is applicable to.
◆ Operation
The documentation for this class was generated from the following file: