Method | Description | |
---|---|---|
UpdateProgress ( ) : void |
Method | Description | |
---|---|---|
GetDecompressionStream ( Stream stream, int bufferSize = 128*1024 ) : Stream |
Provides a filter for decompressing an LZMA encoded Stream. This method internally uses multi-threading and a CircularBufferStream. The stream may be closed with a delay. |
|
TarLzmaExtractor ( [ stream, [ target ) : System |
Prepares to extract a TAR archive contained in a LZMA-compressed stream.
|