Xceed .NET Libraries Documentation
Xceed.Tar Assembly / Xceed.Tar.Streaming Namespace / StreamingTar Class
Members


In This Topic
    StreamingTar Class
    In This Topic

    Represents a Tar archive that is to be accessed via streaming.

    Syntax
    'Declaration
     
    Public MustInherit NotInheritable Class StreamingTar 
    'Usage
     
    Dim instance As StreamingTar
    public static class StreamingTar 
    Remarks
    No preprocessing is done to gain knowledge of items, their location, and sizes for future updates to the archive.
    As a result, extraction time is much lower than when using the other methods. Time gains between 40-55% are typical.

    The directory structure is always preserved in the destination folder. All files and folder are extracted recursively.

    In the event handlers, the current item will be null and the progression totals are not calculated.

    Inheritance Hierarchy

    System.Object
       Xceed.Tar.Streaming.StreamingTar

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also