public interface Native2AsciiAdapter
| Modifier and Type | Method and Description |
|---|---|
boolean |
convert(Native2Ascii args,
File srcFile,
File destFile)
Convert the encoding of srcFile writing to destFile.
|
boolean convert(Native2Ascii args, File srcFile, File destFile) throws BuildException
args - Task that holds command line arguments and allows
the implementation to send messages to Ant's logging systemsrcFile - the source to convertdestFile - where to send output toBuildException - if there was a problem.