org.gamenet.application.mm8leveleditor.lod
Class LodFileLoader

java.lang.Object
  extended byorg.gamenet.application.mm8leveleditor.lod.LodFileLoader

public class LodFileLoader
extends Object


Constructor Summary
LodFileLoader()
           
 
Method Summary
static LodFile tryAllFileTypes(File file, RandomAccessFileInputStream lodInputStream)
           
static LodFile tryKnownFileNames(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LodFileLoader

public LodFileLoader()
Method Detail

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