Adjust Method (delta)

DotNetZip

Ionic Zip Library v1.9.1.6 Adjust Method (delta)
ReferenceIonic.ZipCountingStreamAdjust(Int64)
Adjust the byte count on the stream.
Declaration Syntax
C# Visual Basic Visual C++
public void Adjust(
	long delta
)
Public Sub Adjust ( _
	delta As Long _
)
public:
void Adjust(
	long long delta
)
Parameters
delta (Int64)
the number of bytes to subtract from the count.
Remarks

Subtract 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.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)