|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModGameFile
Interface for a data file that replaces one game file. Classes implementing this interface represents files that replaces files in a game's folder.
| Method Summary | |
|---|---|
java.io.InputStream |
getData()
Returns an input stream that contains the file. |
java.lang.String |
getGameFilename()
Returns the name of the game file that this file is going to modify. |
| Method Detail |
|---|
java.io.InputStream getData()
throws java.io.IOException
java.io.IOExceptionjava.lang.String getGameFilename()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||