MobileForms Toolkit Documentation

ZipStream.SetLength Method 

Sets the length of this stream to the given value.

public override void SetLength(
long value
);

Parameters

value
The new length of the stream.

Remarks

This method overrides SetLength.

This method does not change the length of the stream. It is used only to set known length.

See Also

ZipStream Class | Resco.IO.Zip Namespace