[This is preliminary documentation and is subject to change.]
Add full contents of a stream into the Zip storage
Namespace: System.IO.CompressionAssembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)
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