Package jakarta.activation
Class MimeTypeEntry
- java.lang.Object
 - 
- jakarta.activation.MimeTypeEntry
 
 
- 
public class MimeTypeEntry extends Object
Represents mapping between the file extension and the MIME type string. 
- 
- 
Constructor Summary
Constructors Constructor Description MimeTypeEntry(String mime_type, String file_ext)Create newMimeTypeEntry 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileExtension()StringgetMIMEType()StringtoString() 
 -