public static Archiver Create(
Stream stream,
string comment
)Public Shared Function Create (
stream As Stream,
comment As String
) As Archiverpublic:
static Archiver^ Create(
Stream^ stream,
String^ comment
)static member Create :
stream : Stream *
comment : string -> Archiver