ROMStream ​
A stream that represents a ROM file.
Kind: Class
Namespace: CrowdControl.Games
Inheritance: IDisposable
Public Member Functions
void
Write()
Writes the contents of the stream to the specified path.
void
Dispose()
Clean up any resources being used.
Properties
string
ROMFile
[get, ]
The name of the ROM file.
MemoryStream
Stream
[get, ]
The stream that contains the ROM data.
string
NewPath
[get, ]
The new path where the ROM file will be saved.
