Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Execute ( ) : void | ||
StreamToFile ( Stream stream, |
Helper method for ArchiveExtractor.WriteFile.
|
|
UpdateProgress ( ) : void |
Updates TaskBase.UnitsProcessed to reflect the number of bytes extracted so far.
|
Method | Description | |
---|---|---|
IsExecutable ( |
Determines whether a TarEntry was created with the executable flag set.
|
|
TarExtractor ( [ stream, [ target ) : System |
Prepares to extract a TAR archive contained in a stream.
|
protected StreamToFile ( Stream stream, |
||
stream | Stream | The |
fileStream | Stream access to the file to write. | |
return | void |