Click or drag to resize

ICSharpWorkerIcsUnzipFirstDumpToFile method

List of overloads
 NameDescription of the
Public MethodIcsUnzipFirstDumpToFile(String) Calls UnzipFirstDumpToFile(zipPathAndFile, "", 0, null).
Public MethodIcsUnzipFirstDumpToFile(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).
Back to the top
See also