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

Add full contents of a stream into the Zip storage

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

Syntax

   
 C# 
public void AddStream(
	ZipStorer..::..Compression method,
	string filenameInZip,
	Stream source,
	DateTime modTime,
	string fileComment
)

Parameters

method
ZipStorer..::..Compression
Compression method
filenameInZip
String
Filename and path as desired in Zip directory
source
Stream
Stream object containing the data to store in Zip
modTime
DateTime
Modification time of the data to store
fileComment
String
Comment for stored file

See Also