Table of Contents

TZippyReader.CopyStream Method

Utility method. Copies the stream from input to output.

Syntax

Namespace: FlexCel.Core

public static void CopyStream(Stream input, Stream output)

Parameters

<-> Parameter Type Description
input Stream Input stream.
output Stream Output stream.

See also