Interface BlobProvider


public interface BlobProvider
Interface used for deferred loading of binary content.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the Blob object for the binary content.
  • Method Details

    • getBlob

      Blob getBlob() throws IOException
      Get the Blob object for the binary content.
      Returns:
      the binary content
      Throws:
      IOException - if an error occurs while loading the Blob