|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jsh3modtool.mod.DefaultModGameFile
public class DefaultModGameFile
Default implementation of a game file.
| Constructor Summary | |
|---|---|
DefaultModGameFile(ModPackage modPackage,
java.lang.String entryNameInPackage,
java.lang.String gameFilename)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultModGameFile(ModPackage modPackage,
java.lang.String entryNameInPackage,
java.lang.String gameFilename)
modPackage - entryNameInPackage - gameFilename - | Method Detail |
|---|
public java.io.InputStream getData()
throws java.io.IOException
ModGameFile
getData in interface ModGameFilejava.io.IOExceptionpublic java.lang.String getGameFilename()
ModGameFile
getGameFilename in interface ModGameFile
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||