org.cruxframework.crux.core.client.utils
Class FileUtils
java.lang.Object
org.cruxframework.crux.core.client.utils.FileUtils
public class FileUtils
- extends Object
- Author:
- Thiago da Rosa de Bustamante
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUtils
public FileUtils()
getFileExtension
public static String getFileExtension(String fileName)
- Get the file extension based in the filename
- Parameters:
fileName -
- Returns:
fromDataURI
public static Blob fromDataURI(String dataURI)
- Create a new Blob from the dataURI string
- Parameters:
dataURI -
- Returns:
Copyright © 2014. All rights reserved.