com.threerings.export.util
Class ExportFileUtil
java.lang.Object
com.threerings.export.util.ExportFileUtil
public class ExportFileUtil
- extends Object
File-related export utilities.
|
Method Summary |
static
|
readObject(File file,
Class<T> clazz)
Read a single object of the specified type from the file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportFileUtil
public ExportFileUtil()
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