net.sourceforge.jsh3modtool.mod
Interface ModGameFile

All Known Implementing Classes:
DefaultModGameFile

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.

Author:
redsolo

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

getData

java.io.InputStream getData()
                            throws java.io.IOException
Returns an input stream that contains the file.

Returns:
an input stream that contains the file.
Throws:
java.io.IOException

getGameFilename

java.lang.String getGameFilename()
Returns the name of the game file that this file is going to modify.

Returns:
the name of the game file that this file is going to modify.


Copyright © 2005 sourceforge.net. All Rights Reserved.