Class BlobImpl

java.lang.Object
org.loboevolution.html.dom.domimpl.BlobImpl
All Implemented Interfaces:
Blob

public class BlobImpl extends Object implements Blob
The class BlobImpl.
  • Constructor Details

    • BlobImpl

      public BlobImpl()
  • Method Details

    • slice

      public Blob slice(long start, long length)
      Description copied from interface: Blob
      Slice.
      Specified by:
      slice in interface Blob
      Parameters:
      start - the start
      length - the length
      Returns:
      the blob
    • slice

      public Blob slice(long start, long length, String contentType)
      Description copied from interface: Blob
      Slice.
      Specified by:
      slice in interface Blob
      Parameters:
      start - the start
      length - the length
      contentType - the content type
      Returns:
      the blob
    • toString

      public String toString()
      Overrides:
      toString in class Object