Package org.teavm.jso.file
Class File
java.lang.Object
org.teavm.jso.file.Blob
org.teavm.jso.file.File
- All Implemented Interfaces:
org.teavm.jso.JSObject
-
Constructor Summary
ConstructorsConstructorDescriptionFile
(JSArrayReader<org.teavm.jso.JSObject> array, String fileName) File
(JSArrayReader<org.teavm.jso.JSObject> array, String fileName, org.teavm.jso.JSObject options) -
Method Summary
Methods inherited from class org.teavm.jso.file.Blob
arrayBuffer, getSize, getType, slice, slice, slice, slice, stream, text
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Constructor Details
-
File
-
File
public File(JSArrayReader<org.teavm.jso.JSObject> array, String fileName, org.teavm.jso.JSObject options)
-
-
Method Details
-
getLastModified
public double getLastModified() -
getName
-