JavaScript is disabled on your browser.
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
javax.mail

Interface MultipartDataSource

  • All Superinterfaces:
    javax.activation.DataSource


    public interface MultipartDataSource
    extends javax.activation.DataSource
    A data source that contains body parts.
    See Also:
    DataSource
    • Method Summary

      Methods
      Modifier and Type Method and Description
      BodyPart getBodyPart (int index)
      Returns the specified body part.
      int getCount ()
      Returns the number of body parts.
      • Methods inherited from interface javax.activation.DataSource

        getContentType, getInputStream, getName, getOutputStream
    • Method Detail

      • getCount

        int getCount()
        Returns the number of body parts.
      • getBodyPart

        BodyPart getBodyPart(int index)
         throws MessagingException 
        Returns the specified body part. Body parts are numbered starting at 0.
        Parameters:
        index - the index of the desired body part
        Throws:
        java.lang.IndexOutOfBoundsException - if the given index is out of range
        MessagingException
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /