'Declaration Public Function New( _ ByVal tarFile As AbstractFile, _ ByVal fileName As String _ )
'Usage Dim tarFile As AbstractFile Dim fileName As String Dim instance As New TarredFile(tarFile, fileName)
public TarredFile( AbstractFile tarFile, string fileName )
Parameters
- tarFile
- Xceed.FileSystem.AbstractFile object that represents the TAR file to access.
- fileName
- Fully-qualified name of the file stored within the TAR file. This file may or may not exist in the TAR file.