com.threerings.export.tools
Class BinaryToXMLConverter

java.lang.Object
  extended by com.threerings.export.tools.BinaryToXMLConverter

public class BinaryToXMLConverter
extends Object

Converts binary export files into XML export files.


Constructor Summary
BinaryToXMLConverter()
           
 
Method Summary
static void convert(String pattern)
          Converts the file(s) identified by the given pattern.
static void convert(String source, String dest)
          Performs the actual conversion.
static void main(String[] args)
          Program entry point.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryToXMLConverter

public BinaryToXMLConverter()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Program entry point.

Throws:
Exception

convert

public static void convert(String pattern)
                    throws IOException
Converts the file(s) identified by the given pattern.

Throws:
IOException

convert

public static void convert(String source,
                           String dest)
                    throws IOException
Performs the actual conversion.

Throws:
IOException


Copyright © 2011. All Rights Reserved.