All Packages Class Hierarchy This Package Previous Next Index
Class netscape.messaging.mime.fileMIMEType
java.lang.Object
|
+----netscape.messaging.mime.fileMIMEType
- public class fileMIMEType
- extends Object
The fileMIMEType class contains
File MIME Content type and MIME encoding information.
-
content_params
-
-
content_subtype
-
-
content_type
-
-
file_extn
-
-
file_shortname
-
-
mime_encoding
-
-
fileMIMEType()
- Creates a fileMIMEType object.
content_type
public int content_type
content_subtype
public String content_subtype
content_params
public String content_params
file_extn
public String file_extn
file_shortname
public String file_shortname
mime_encoding
public int mime_encoding
fileMIMEType
public fileMIMEType()
- Creates a fileMIMEType object.
Default constructor for the fileMIMEType class.
All Packages Class Hierarchy This Package Previous Next Index