Class Blob.Backend
java.lang.Object
org.htmlunit.javascript.host.file.Blob.Backend
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Blob.InMemoryBackend,File.FileBackend
- Enclosing class:
Blob
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract byte[]getBytes(int start, int end) (package private) abstract FilegetFile()(package private) abstract long(package private) abstract StringgetName()(package private) abstract longgetSize()(package private) abstract StringgetText()(package private) abstract StringgetType(BrowserVersion browserVersion)
-
Constructor Details
-
Backend
Backend()
-
-
Method Details
-
getName
-
getLastModified
abstract long getLastModified() -
getSize
abstract long getSize() -
getType
-
getText
- Throws:
IOException
-
getBytes
abstract byte[] getBytes(int start, int end) -
getFile
-