|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MimeType | |
|---|---|
| com.ccg.net | Classes Related to Networking. |
| com.ccg.net.email | |
| Uses of MimeType in com.ccg.net |
|---|
| Fields in com.ccg.net declared as MimeType | |
|---|---|
static MimeType |
MimeType.UNKNOWN
Constant for the "unknown/unknown" mime type (when we don't know the mime type). |
| Methods in com.ccg.net that return MimeType | |
|---|---|
static MimeType |
MimeType.fromMimeTypesString(String s)
Creates a MimeType object from a ASCII line of
text one might find in a /etc/mime.types files on a Unix System. |
MimeType |
MimeTypes.getMimeType(String mt)
Validates a MIME type string by looking up MIME type object. |
MimeType |
MimeTypes.getMimeTypeForExt(String ext)
Looks up the content type identifier for a particular file extension. |
| Methods in com.ccg.net with parameters of type MimeType | |
|---|---|
void |
MimeTypes.add(MimeType mt)
One line summary... |
| Constructors in com.ccg.net with parameters of type MimeType | |
|---|---|
MimeTypes(MimeType[] init)
Create and initialize your own mime type object. |
|
| Uses of MimeType in com.ccg.net.email |
|---|
| Methods in com.ccg.net.email with parameters of type MimeType | |
|---|---|
void |
Mailer.setBodyFrom(InputStream is,
MimeType mt)
Set the body of the text by doing a macro interpretation of a input stream. |
void |
Mailer.setBodyText(String val,
MimeType mt)
Set the text to appear in the main part of the body of the message. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||