MobileForms Toolkit Documentation

ZipStream.Length Property

Gets the length in bytes of the stream.

public override long Length {get;}

Property Value

A long value representing the length of the stream in bytes.

Remarks

This method return only length of underlaying stream (which is differnt from unpacked data length) or length set by SetLength.

See Also

ZipStream Class | Resco.IO.Zip Namespace