org.gamenet.application.mm8leveleditor.lod
Class LodFileLoader
java.lang.Object
org.gamenet.application.mm8leveleditor.lod.LodFileLoader
- public class LodFileLoader
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LodFileLoader
public LodFileLoader()
tryKnownFileNames
public static LodFile tryKnownFileNames(File file)
throws InvalidLodFileException,
IOException
- Throws:
InvalidLodFileException
IOException
tryAllFileTypes
public static LodFile tryAllFileTypes(File file,
RandomAccessFileInputStream lodInputStream)
throws InvalidLodFileException,
IOException
- Throws:
InvalidLodFileException
IOException