Ionic Zip Library v1.9.1.6
Adjust Method (delta)
Reference ► Ionic.Zip ► CountingStream ► Adjust(Int64)
Adjust the byte count on the stream.
Declaration Syntax
Parameters- delta (Int64)
- the number of bytes to subtract from the count.
RemarksSubtract delta from the count of bytes written to the stream. This is necessary when seeking back, and writing additional data, as happens in some cases when saving Zip files.