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

protected abstract static class Blob.Backend extends Object implements Serializable
See Also:
  • Constructor Details

    • Backend

      Backend()
  • Method Details

    • getName

      abstract String getName()
    • getLastModified

      abstract long getLastModified()
    • getSize

      abstract long getSize()
    • getType

      abstract String getType(BrowserVersion browserVersion)
    • getText

      abstract String getText() throws IOException
      Throws:
      IOException
    • getBytes

      abstract byte[] getBytes(int start, int end)
    • getFile

      abstract File getFile()