 | ICSharpWorkerIcsUnzipFirstDumpToFile(String, String, Int32) Methode |
Entpackt das erste File aus dem Archiv (keine Unterordner)
und liefert Informationen darüber zurück. Wenn maxBytes > 0 ist,
werden zur Ermittlung der Informationen nur maxBytes entpackt.
Diese Routine dient in erster Linie dazu, schnell den Anfang
von gepackten Dumps zu entpacken, um an Informationen zu kommen,
ohne den ganzen Dump (i.d.R. > 3GB) entpacken zu müssen.
Namensraum: NetEti.FileTools.ZipAssembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+2996eef2bd6ad690f9f33134f6dd182957ec1b3e
Syntaxpublic ZippedFileInfo IcsUnzipFirstDumpToFile(
string zipPathAndFile,
string newFilePath,
int maxBytes
)
Public Function IcsUnzipFirstDumpToFile (
zipPathAndFile As String,
newFilePath As String,
maxBytes As Integer
) As ZippedFileInfo
public:
ZippedFileInfo^ IcsUnzipFirstDumpToFile(
String^ zipPathAndFile,
String^ newFilePath,
int maxBytes
)
member IcsUnzipFirstDumpToFile :
zipPathAndFile : string *
newFilePath : string *
maxBytes : int -> ZippedFileInfo
Parameter
- zipPathAndFile String
- Pfad und Name des Archivs
- newFilePath String
-
Pfad und Name der entpackten Datei, wenn null oder ""
wird der Original Pfadname aus dem Archiv verwendet
- maxBytes Int32
- Wenn > 0, nur entsprechend Bytes entpacken
Rückgabewert
ZippedFileInfoPfad, Größe und Timestamp der Datei im Archiv
Siehe auch