TarArchive Class |
Namespace: Aspose.Zip.Tar
The TarArchive type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | TarArchive |
Initializes a new instance of the TarArchive class.
|
![]() ![]() | TarArchive(Stream) |
Initializes a new instance of the Archive class and composes entries list can be extracted from the archive.
|
![]() ![]() | TarArchive(String) |
Initializes a new instance of the TarArchive class and composes entries list can be extracted from the archive.
|
Name | Description | |
---|---|---|
![]() ![]() | CreateEntries(DirectoryInfo, Boolean) |
Adds to the archive all the files and directories recursively in the directory given.
|
![]() ![]() | CreateEntries(String, Boolean) |
Adds to the archive all the files and directories recursively in the directory given.
|
![]() ![]() | CreateEntry(String, FileInfo, Boolean) |
Create single entry within the archive.
|
![]() ![]() | CreateEntry(String, Stream, FileSystemInfo) |
Create single entry within the archive.
|
![]() ![]() | CreateEntry(String, String, Boolean) |
Create single entry within the archive.
|
![]() ![]() | DeleteEntry(Int32) |
Removes the entry from the entries list by index.
|
![]() ![]() | DeleteEntry(TarEntry) |
Removes the first occurrence of a specific entry from the entries list.
|
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | Dispose(Boolean) |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | Equals | (Inherited from Object.) |
![]() ![]() | ExtractToDirectory |
Extracts all the files in the archive to the directory provided.
|
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | Save(Stream) |
Saves archive to the stream provided.
|
![]() ![]() | Save(String) |
Saves archive to destination file provided.
|
![]() | ToString | (Inherited from Object.) |