fipaos.tool.build
Class dos2unix
- public class dos2unix
Method Summary |
static void | convert(String source, String destination) ********************************************************************
convert() |
static void | convertDir(String directory) ********************************************************************
convertDir() |
static void | main(String[] args) |
convert
public static void convert(String source, String destination)
throws java.io.FileNotFoundException,
java.io.IOException
- ********************************************************************
convert()
- Parameters:
- source. - The file to convert
- destination. - The file to save the changes into
convertDir
public static void convertDir(String directory)
throws java.io.FileNotFoundException,
java.io.IOException
- ********************************************************************
convertDir()
- Parameters:
- directory. - The directory to convert files in
main
public static void main(String[] args)
to Class java.lang.String