Archiver.AddStream Method

Main method for adding a stream to storage file.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public void AddStream(
	string fileName,
	Stream source,
	DateTime modTime,
	string comment
)

Parameters

fileName  String
Name of the file in the archive.
source  Stream
Stream of the file to add to the archive.
modTime  DateTime
Date of the file modification.
comment  String
Comment to the file to store in the archive.

See Also