'Declaration Public Function New( _ ByVal tarFile As AbstractFile _ )
'Usage Dim tarFile As AbstractFile Dim instance As New TarArchive(tarFile)
public TarArchive( AbstractFile tarFile )
Parameters
- tarFile
- An Xceed.FileSystem.AbstractFile object that represents the TAR file to access. For example, to access/create a TAR file in memory use a Xceed.FileSystem.MemoryFile. If the TAR file is on disk, then use a Xceed.FileSystem.DiskFile, and so on.