org.nuiton.processor
Class OptimisationProcessor
java.lang.Object
org.nuiton.processor.Processor
org.nuiton.processor.OptimisationProcessor
public class OptimisationProcessor
- extends Processor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OptimisationProcessor
public OptimisationProcessor()
process
public static void process(String filein,
String fileout,
String encoding)
throws IOException
- Parameters:
filein - source to processfileout - result to writeencoding - encoding to use to read and write files
- Throws:
IOException - if any io problem while processing- Since:
- 1.0.4
process
@Deprecated
public static void process(String filein,
String fileout)
throws IOException
- Deprecated. since 1.0.4, prefer use
process(String, String, String)
- Parameters:
filein - source to processfileout - result to write
- Throws:
IOException - if any io problem while processing
main
public static void main(String[] args)
throws IOException
- Throws:
IOException
Copyright © 2002-2010 CodeLutin. All Rights Reserved.