Method | Description | |
---|---|---|
InstanceMain ( string argv ) : void |
This is the "real" main. The class main() instantiates a tar object for the application and then calls this method. Process the arguments and perform the requested operation.
|
|
Main ( string argv ) : void |
The main entry point of the tar class.
|
|
ShowTarProgressMessage ( |
Display progress information on console
|
|
Tar ( ) : System |
Initialise default instance of Tar. Sets up the default userName with the system 'UserName' property.
|
Method | Description | |
---|---|---|
DecodeMode ( int mode ) : string | ||
DecodeType ( int type, bool slashTerminated ) : string | ||
GetFilesForSpec ( string spec ) : string[] | ||
ProcessArguments ( string args ) : int |
Process arguments, handling options, and return the index of the first non-option argument.
|
|
SharpZipVersion ( ) : string | ||
ShowHelp ( ) : void |
Print help information.
|
|
Version ( ) : void |
Print version information.
|
public ShowTarProgressMessage ( |
||
archive | ||
entry | ||
message | string | |
return | void |