Interface Blob

    • Method Detail

      • getFilename

        java.lang.String getFilename()
      • getMimeType

        java.lang.String getMimeType()
      • getLength

        @Deprecated
        int getLength()
        Deprecated.
        since 3.1, use getContentLength() instead
      • getContentLength

        long getContentLength()
        Since:
        3.1
      • getStream

        java.io.InputStream getStream()
                               throws java.io.IOException
        Throws:
        java.io.IOException