public class BuiltinNative2Ascii extends Object implements Native2AsciiAdapter
| Constructor and Description | 
|---|
| BuiltinNative2Ascii() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | convert(Native2Ascii args,
       File srcFile,
       File destFile)Convert the encoding of srcFile writing to destFile. | 
public final boolean convert(Native2Ascii args, File srcFile, File destFile) throws BuildException
Native2AsciiAdapterconvert in interface Native2AsciiAdapterargs - 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.