Interface IBmBlob


  • public interface IBmBlob
    Blob.
    • Method Detail

      • getNamespace

        IBmNamespace getNamespace()
        Gets the namespace the blob belongs to.
        Returns:
        the namespace the blob belongs to. Never null.
      • getType

        String getType()
        Gets content type.
        Returns:
        the type. Never null.
      • getLength

        long getLength()
        Gets content length.
        Returns:
        the content length.
      • setContent

        void setContent​(String type,
                        InputStream in)
        Set content.
        Parameters:
        type - The content type. May not be null.
        in - An input stream to read content from. May not be null.