Property | Type | Description | |
---|---|---|---|
MpqFile | System |
Method | Description | |
---|---|---|
Open ( ) : |
Opens the file for reading. Files can only be opened once, so don't forget to close the stream after you've used it. |
|
Open ( Stream baseStream ) : |
Opens a patched file for reading. This method should only be used for explicitly providing a base stream when the MpqFile is a patch. Files can only be opened once, so don't forget to close the stream after you've used it. |
Method | Description | |
---|---|---|
MpqFile ( |
public Open ( Stream baseStream ) : |
||
baseStream | Stream | A base stream. |
return |