KFreonLib.PCCObjects.ME2PCCObject.ME2PCCObject C# (CSharp) Method

ME2PCCObject() public method

public ME2PCCObject ( String path, MemoryStream tempStream ) : System
path String
tempStream System.IO.MemoryStream
return System
        public ME2PCCObject(String path, MemoryStream tempStream)
        {
            lzo = new SaltLZOHelper();
            fullname = path;
            BitConverter.IsLittleEndian = true;
            DebugOutput.PrintLn("Load file : " + path);
            pccFileName = Path.GetFullPath(path);

            LoadHelper(tempStream);
        }

Same methods

ME2PCCObject::ME2PCCObject ( String path ) : System