Interface BlobResource

All Superinterfaces:
DeletableResource, org.springframework.core.io.InputStreamSource, org.springframework.core.io.Resource, org.springframework.core.io.WritableResource
All Known Implementing Classes:
AbstractBlobResource, GenericBlobResource, MySQLBlobResource, PostgresBlobResource, SQLServerBlobResource

public interface BlobResource extends org.springframework.core.io.Resource, org.springframework.core.io.WritableResource, DeletableResource
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.springframework.content.commons.io.DeletableResource

    delete

    Methods inherited from interface org.springframework.core.io.InputStreamSource

    getInputStream

    Methods inherited from interface org.springframework.core.io.Resource

    contentLength, createRelative, exists, getContentAsByteArray, getContentAsString, getDescription, getFile, getFilename, getURI, getURL, isFile, isOpen, isReadable, lastModified, readableChannel

    Methods inherited from interface org.springframework.core.io.WritableResource

    getOutputStream, isWritable, writableChannel
  • Method Details