Xceed .NET Libraries Documentation
GetGZipContents Method


Xceed.GZip Assembly > Xceed.GZip Namespace > QuickGZip Class : GetGZipContents Method
The full path of the source GZip file.
Returns the QuickGZipItem contained in the GZip file.
Syntax
'Declaration
 
Public Shared Function GetGZipContents( _
   ByVal gzipFileName As String _
) As QuickGZipItem
'Usage
 
Dim gzipFileName As String
Dim value As QuickGZipItem
 
value = QuickGZip.GetGZipContents(gzipFileName)
public static QuickGZipItem GetGZipContents( 
   string gzipFileName
)

Parameters

gzipFileName
The full path of the source GZip file.

Return Value

The QuickGZipItem contained in the GZip file.
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

Reference

QuickGZip Class
QuickGZip Members