Class FileMgr.FileReader
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
org.silverpeas.mobile.client.common.file.FileMgr.FileBase
org.silverpeas.mobile.client.common.file.FileMgr.FileReader
- Enclosing class:
- FileMgr
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidonLoad(FileMgr.EventCallback callback) final voidonLoadEnd(FileMgr.EventCallback callback) final voidonLoadStart(FileMgr.EventCallback callback) final voidreadAsDataURL(FileMgr.File file) final voidreadAsText(FileMgr.File file) Methods inherited from class org.silverpeas.mobile.client.common.file.FileMgr.FileBase
abort, getError, getFileName, getReadyStateNative, getResult, onAbort, onError, onProgressMethods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
FileReader
protected FileReader()
-
-
Method Details
-
getReadyState
-
onLoadStart
-
onLoad
-
onLoadEnd
-
readAsDataURL
-
readAsText
-