Click or drag to resize
ZipFileStreamSetLength Method
Sets the length of the current stream.

Namespace: CMS.IO.Zip
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public override void SetLength(
	long value
)

Parameters

value
Type: SystemInt64
The desired length of the current stream in bytes.
See Also