ArchiverCreate(Stream, String) Method

Method to create a new storage.

Definition

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

Parameters

stream  Stream
comment  String

Return Value

Archiver

See Also