[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.3.2 (0.6.3.2)

Syntax

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

Parameters

stream
Stream
fileComment
String

Return Value

A valid ZipStorer object

See Also