Property | Type | Description | |
---|---|---|---|
Description | string | ||
EOFStrct | EOFRecord | ||
Entries | List |
||
Scanned | bool | ||
_filename | String |
Method | Description | |
---|---|---|
ZipReader ( String filename ) : System |
Construct the zip object. Reads in the file list and uses it to populate the entries var
|
Method | Description | |
---|---|---|
BuffXOR ( Stream buffstream, int count ) : byte[] |
Given a stream the function will return a byte array of length count that has been XORed with the TPF key
|
|
FindEOFRecord ( Stream tpfstream ) : System.Int64 |
This function attempts to find the location of the end of central directory record
|
|
PopulateEntries ( Stream buffstream ) : void |
Reads the Central Directory to populate the list of files
|
public ZipReader ( String filename ) : System | ||
filename | String | The file to read in |
return | System |