mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-17 13:23:05 +10:00
Update about Manager.
This commit is contained in:
@@ -25,10 +25,11 @@ namespace PriFileFormat
|
||||
return priFile;
|
||||
}
|
||||
|
||||
public static PriFile Parse (System.Runtime.InteropServices.ComTypes.IStream stream)
|
||||
public static PriFile Parse (System.Runtime.InteropServices.ComTypes.IStream stream, out Stream output)
|
||||
{
|
||||
|
||||
ComStreamWrapper csw = new ComStreamWrapper (stream);
|
||||
output = csw;
|
||||
PriFile priFile = new PriFile ();
|
||||
priFile.ParseInternal (csw, true);
|
||||
return priFile;
|
||||
|
||||
Reference in New Issue
Block a user