ZipProblemDetectedEventArgs.ArchiveItemLength Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
ArchiveItemLength
Gets the length of the archive file that is currently processed. If the problem isn't related to a file or if this information is not available, -1 is returned.
Declaration
public long ArchiveItemLength { get; }
Property Value
Type | Description |
---|---|
Int64 | Archive item length. |