Property | Type | Description | |
---|---|---|---|
Mode | StorageMode | ||
SourceFilename | string | ||
UnpackedFilename | string |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
Load ( |
||
Save ( bool backup = false ) : void | ||
Save ( string filename, bool backup = false ) : void | ||
SaveAsync ( string filename = null, bool backup = false ) : System.Threading.Tasks.Task | ||
Stringify ( ) : string |
Method | Description | |
---|---|---|
AbstractDataFile ( ) : System | ||
AbstractDataFile ( string filename ) : System | ||
AbstractDataFile ( string carDir, string filename ) : System | ||
AbstractDataFile ( string carDir, string filename, |
||
ParseString ( string file ) : void | ||
SaveTo ( string filename, bool backup ) : void | ||
SaveToAsync ( string filename, bool backup ) : System.Threading.Tasks.Task | ||
UpdateAcd ( bool backup ) : void |
Method | Description | |
---|---|---|
Exists ( ) : bool |
protected AbstractDataFile ( string filename ) : System | ||
filename | string | |
return | System |
protected AbstractDataFile ( string carDir, string filename ) : System | ||
carDir | string | |
filename | string | |
return | System |
protected AbstractDataFile ( string carDir, string filename, |
||
carDir | string | |
filename | string | |
loadedAcd | ||
return | System |
protected abstract ParseString ( string file ) : void | ||
file | string | |
return | void |
public Save ( string filename, bool backup = false ) : void | ||
filename | string | |
backup | bool | |
return | void |
public SaveAsync ( string filename = null, bool backup = false ) : System.Threading.Tasks.Task | ||
filename | string | |
backup | bool | |
return | System.Threading.Tasks.Task |
protected SaveTo ( string filename, bool backup ) : void | ||
filename | string | |
backup | bool | |
return | void |
protected SaveToAsync ( string filename, bool backup ) : System.Threading.Tasks.Task | ||
filename | string | |
backup | bool | |
return | System.Threading.Tasks.Task |