com.threerings.export.util
Class ExportFileUtil

java.lang.Object
  extended by com.threerings.export.util.ExportFileUtil

public class ExportFileUtil
extends Object

File-related export utilities.


Constructor Summary
ExportFileUtil()
           
 
Method Summary
static
<T> T
readObject(File file, Class<T> clazz)
          Read a single object of the specified type from the file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportFileUtil

public ExportFileUtil()
Method Detail

readObject

public static <T> T readObject(File file,
                               Class<T> clazz)
                    throws IOException
Read a single object of the specified type from the file.

Throws:
IOException


Copyright © 2011. All Rights Reserved.