| Package | Description |
|---|---|
| abs.ixi.client.io.multipart |
| Modifier and Type | Method and Description |
|---|---|
static MimeType |
MimeType.getMimeType(String mimeType)
Get
MimeType based on mime type string |
static MimeType |
MimeType.getMimeTypeByExtension(String ext)
Return the
MimeType based on extension |
static MimeType |
MimeType.getMimeTypeBySubtype(String subtype)
Get
MimeType based on a subtype |
static MimeType |
MimeType.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.
|
Copyright © 2019. All rights reserved.