C# Class IL.View.ZipUtil

Show file Open project: DenisVuyka/IL.View

Public Methods

Method Description
GetZipContents ( Stream zipStream ) : string[]

Reads the file names from the header of the zip file

Method Details

GetZipContents() public static method

Reads the file names from the header of the zip file
public static GetZipContents ( Stream zipStream ) : string[]
zipStream System.IO.Stream The stream to the zip file
return string[]