Uses of Enum Class
de.galan.commons.net.MimeType
Packages that use MimeType
-
Uses of MimeType in de.galan.commons.net
Methods in de.galan.commons.net that return MimeTypeModifier and TypeMethodDescriptionstatic MimeTypeMimeType.getMimeType(String extension) Returns the MimeType depending on the file-extension.static MimeTypeReturns the enum constant of this class with the specified name.static MimeType[]MimeType.values()Returns an array containing the constants of this enum class, 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 MimeTypeModifierConstructorDescriptionAttachment(String filename, byte[] data, MimeType mimeType) Attachment(String filename, InputStream stream, MimeType mimeType)