Class COM.tolstoy.jconfig.MIMEType
All Packages Class Hierarchy This Package Previous Next Index
Class COM.tolstoy.jconfig.MIMEType
java.lang.Object
|
+----COM.tolstoy.jconfig.MIMEType
- public class MIMEType
- extends Object
- implements FileCharacteristic
Represents a MIME type. This class is currently not fully supported.
-
MIMEType(String)
-
-
getString()
-
-
getSubtype()
-
-
getType()
-
-
isMatch(FileCharacteristic)
-
-
toString()
-
MIMEType
public MIMEType(String intStr)
isMatch
public boolean isMatch(FileCharacteristic fc)
getString
public String getString()
getType
public String getType()
getSubtype
public String getSubtype()
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index