com.threerings.export.tools
Class BinaryToBinaryConverter

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

public class BinaryToBinaryConverter
extends Object

Converts binary export files into binary export files.


Constructor Summary
BinaryToBinaryConverter()
           
 
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

BinaryToBinaryConverter

public BinaryToBinaryConverter()
Method Detail

main

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

Throws:
Exception

convert

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

Throws:
IOException

convert

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

Throws:
IOException


Copyright © 2011. All Rights Reserved.