Uses of Class
de.galan.commons.net.MimeType
-
Packages that use MimeType Package Description de.galan.commons.net de.galan.commons.net.mail -
-
Uses of MimeType in de.galan.commons.net
Methods in de.galan.commons.net that return MimeType Modifier and Type Method Description static MimeTypeMimeType. getMimeType(String extension)Returns the MimeType depending on the file-extension.static MimeTypeMimeType. valueOf(String name)Returns the enum constant of this type with the specified name.static MimeType[]MimeType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MimeType in de.galan.commons.net.mail
Constructors in de.galan.commons.net.mail with parameters of type MimeType Constructor Description Attachment(String filename, byte[] data, MimeType mimeType)Attachment(String filename, InputStream stream, MimeType mimeType)
-