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 SummaryConstructors Constructor Description MimeTypeEntry(String mime_type, String file_ext)Create newMimeTypeEntry
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileExtension()StringgetMIMEType()StringtoString()
 
-