Archiver Class

Methods to create a stored archive of files.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public class Archiver : IDisposable
Inheritance
Object    Archiver
Implements
IDisposable

Methods

AddFile Add file stream facility method.
AddStream Main method for adding a stream to storage file.
Close Closes a stream.
Create(Stream, String) Method to create a new storage.
Create(String, String) Method to create a new storage.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
ExtractFile Copy the contents of a stored file into a physical file.
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Flush Updates central directory (if pertinent).
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Open(Stream, FileAccess) Method to open an existing storage.
Open(String, FileAccess) Method to open an existing storage.
ReadCentralDir Read all the file records in the central directory.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Explicit Interface Implementations

IDisposable.DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

See Also