|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.export.tools.XMLToBinaryConverter
public class XMLToBinaryConverter
Converts XML export files into binary export files.
| Constructor Summary | |
|---|---|
XMLToBinaryConverter()
|
|
| Method Summary | |
|---|---|
static void |
convert(String pattern,
boolean compress)
Converts the file(s) identified by the given pattern. |
static void |
convert(String source,
String dest,
boolean compress)
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 |
|---|
public XMLToBinaryConverter()
| Method Detail |
|---|
public static void main(String[] args)
throws Exception
Exception
public static void convert(String pattern,
boolean compress)
throws IOException
IOException
public static void convert(String source,
String dest,
boolean compress)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||