test
Class TestFE2

java.lang.Object
  extended by test.TestFE2

public class TestFE2
extends java.lang.Object

An example of reading an input file to a string, passing the string to the api, and then writing the result to an output file in a human readable form .

Created: Tue May 19 09:42:22 2009


Constructor Summary
TestFE2()
          Creates a new TestFE2 instance.
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestFE2

public TestFE2()
Creates a new TestFE2 instance.

Method Detail

main

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