Archiver.Create(Stream, String) Method

Method to create a new storage.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static Archiver Create(
	Stream stream,
	string comment
)

Parameters

stream  Stream
Stream to save archive to.
comment  String
General comment for the archive.

Return Value

Archiver
Archiver

See Also