Xceed .NET Libraries Documentation
Xceed.Compression.Formats Assembly / Xceed.Compression.Formats Namespace / FormattedCompressedStream Class
Members


In This Topic
    FormattedCompressedStream Class
    In This Topic
    Represents a pass-through stream which writes the header and footer of formatted compressed streams.
    Syntax
    'Declaration
     
    Public MustInherit Class FormattedCompressedStream 
       Inherits System.IO.Stream
       Implements System.IDisposable 
    'Usage
     
    Dim instance As FormattedCompressedStream
    public abstract class FormattedCompressedStream : System.IO.Stream, System.IDisposable  
    Inheritance Hierarchy
    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