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 File
getFile()
(package private) abstract long
(package private) abstract String
getName()
(package private) abstract long
getSize()
(package private) abstract String
getText()
(package private) abstract String
getType
(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
-