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. |
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
Copyright © 2011. All Rights Reserved.