Class FileReader
java.lang.Object
com.levigo.jadice.web.demo.common.client.commands.FileReader
A utility class providing different utility methods for reading files via JavaScript.
There are currently two utility methods provided by this class.
- The method getFileCount returns the number of files contained by the given JavaScript object
- The method getFile
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FileReader.FileReadResultstatic intReturns the number of files contained by the given javascript object
-
Constructor Details
-
FileReader
public FileReader()
-
-
Method Details
-
getFileCount
Returns the number of files contained by the given javascript object- Parameters:
e- the javascript object containing the file- Returns:
- the file count
-
getFile
-