Package com.threerings.export.util

Class Summary
ExportFileUtil File-related export utilities.
ExportUtil Some general utility methods relating to exporting.
LazyFileOutputStream Creates a FileOutputStream lazily, when data is actually written to the stream.
SerializableWrapper Wraps an exportable object so that it can be serialized (in an inefficient manner, by creating a new BinaryExporter).
StreamableWrapper Wraps an exportable object so that it can be streamed (in an inefficient manner, by creating a new BinaryExporter).
 



Copyright © 2011. All Rights Reserved.