Archiver.AddStream Method
Main method for adding a stream to storage file.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public void AddStream(
string fileName,
Stream source,
DateTime modTime,
string comment
)
Public Sub AddStream (
fileName As String,
source As Stream,
modTime As DateTime,
comment As String
)
public:
void AddStream(
String^ fileName,
Stream^ source,
DateTime modTime,
String^ comment
)
member AddStream :
fileName : string *
source : Stream *
modTime : DateTime *
comment : string -> unit
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.