public class Archiver : IDisposable
Public Class Archiver
Implements IDisposable
public ref class Archiver : IDisposable
type Archiver =
class
interface IDisposable
end
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. |
Equals | Determines 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. |
Finalize | Allows 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). |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates 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. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
IDisposable.Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |