Interface PartSource

    • Method Detail

      • getLength

        long getLength()
        Deprecated.
        Gets the number of bytes contained in this source.
        Returns:
        a value >= 0
      • getFileName

        java.lang.String getFileName()
        Deprecated.
        Gets the name of the file this source represents.
        Returns:
        the fileName used for posting a MultiPart file part
      • createInputStream

        java.io.InputStream createInputStream()
                                       throws java.io.IOException
        Deprecated.
        Gets a new InputStream for reading this source. This method can be called more than once and should therefore return a new stream every time.
        Returns:
        a new InputStream
        Throws:
        java.io.IOException - if an error occurs when creating the InputStream