cyvis.core
Class FileUtil

java.lang.Object
  extended by cyvis.core.FileUtil

public class FileUtil
extends Object

Contains utility methods for working with files.


Constructor Summary
FileUtil()
           
 
Method Summary
static String extension(String fileName)
          Returns the extension from the given filename.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUtil

public FileUtil()
Method Detail

extension

public static String extension(String fileName)
Returns the extension from the given filename.