C# Class ME1Explorer.SaveGame

Exibir arquivo Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
Files List
Loaded bool
MyFilename string
complete System.IO.MemoryStream
zip Ionic.Zip.ZipFile
zipfile System.IO.MemoryStream

Public Methods

Method Description
ExtractME1Package ( int n, string path ) : void
ImportME1Package ( int n, string path ) : void
Save ( ) : void
Save ( string path ) : void
SaveGame ( string path ) : System

Private Methods

Method Description
ReadInt ( MemoryStream m ) : int

Method Details

ExtractME1Package() public method

public ExtractME1Package ( int n, string path ) : void
n int
path string
return void

ImportME1Package() public method

public ImportME1Package ( int n, string path ) : void
n int
path string
return void

Save() public method

public Save ( ) : void
return void

Save() public method

public Save ( string path ) : void
path string
return void

SaveGame() public method

public SaveGame ( string path ) : System
path string
return System

Property Details

Files public_oe property

public List Files
return List

Loaded public_oe property

public bool Loaded
return bool

MyFilename public_oe property

public string MyFilename
return string

complete public_oe property

public MemoryStream,System.IO complete
return System.IO.MemoryStream

zip public_oe property

public ZipFile,Ionic.Zip zip
return Ionic.Zip.ZipFile

zipfile public_oe property

public MemoryStream,System.IO zipfile
return System.IO.MemoryStream