Class FileConverter

java.lang.Object
  extended byFileConverter

public class FileConverter
extends java.lang.Object

Small little util to convert the tree *.pgm files to one Usage: FileConverter [files] where [files] can be any of the Y-, U- or V-files


Constructor Summary
FileConverter(java.lang.String[] files)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileConverter

public FileConverter(java.lang.String[] files)
Method Detail

main

public static void main(java.lang.String[] args)