- java.lang.Object
-
- com.sun.activation.registries.MimeTypeEntry
-
public class MimeTypeEntry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MimeTypeEntry(java.lang.String mime_type, java.lang.String file_ext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFileExtension()
java.lang.String
getMIMEType()
java.lang.String
toString()
-