Table of Contents

TZippyReader.Close Method

Frees the memory associated with the object, and if this class owns the stream, it will free the associated stream too.

Remarks

There is normally no need to call this method, since it will be automatically called when you dispose the object.

Syntax

Namespace: FlexCel.Core

public void Close()

See also