[This is preliminary documentation and is subject to change.]

Method to create a new zip storage in a stream

Namespace: System.IO.Compression
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public static ZipStorer Create(
	Stream stream,
	string fileComment
)

Parameters

stream
Stream

[Missing <param name="stream"/> documentation for "M:System.IO.Compression.ZipStorer.Create(System.IO.Stream,System.String)"]

fileComment
String

[Missing <param name="fileComment"/> documentation for "M:System.IO.Compression.ZipStorer.Create(System.IO.Stream,System.String)"]

Return Value

A valid ZipStorer object

See Also