java.lang.Object | |
↳ | sun.net.www.MimeTable |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
mailcapLocations |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Locate a MimeEntry by the file extension that has been associated
with it.
| |||||||||||
Locate a MimeEntry by the file extension that has been associated
with it.
| |||||||||||
Gets the MIME type for the specified file name.
| |||||||||||
Get the single instance of this class.
| |||||||||||
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Locate a MimeEntry by the file extension that has been associated with it.
Locate a MimeEntry by the file extension that has been associated with it. Parses general file names, and URLs.
Gets the MIME type for the specified file name.
fileName | the specified file name |
---|
String
indicating the MIME
type for the specified file name.
Get the single instance of this class. First use will load the table from a data file.