ICSharp |
| Name | Description of the | |
|---|---|---|
| IcsUnzipFirstDumpToFile(String) | Calls UnzipFirstDumpToFile(zipPathAndFile, "", 0, null). | |
| IcsUnzipFirstDumpToFile(String, String, Int32) | Unpacks the first file from the archive (no subfolders) and returns information about it. If maxBytes > is 0, only maxBytes are unpacked to determine the information. The main purpose of this routine is to get you started quickly. from packed dumps in order to obtain information, without having to unpack the entire dump (usually > 3GB). |