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.


Variable Index

 o content_params
 o content_subtype
 o content_type
 o file_extn
 o file_shortname
 o mime_encoding

Constructor Index

 o fileMIMEType()
Creates a fileMIMEType object.

Variables

 o content_type
 public int content_type
 o content_subtype
 public String content_subtype
 o content_params
 public String content_params
 o file_extn
 public String file_extn
 o file_shortname
 public String file_shortname
 o mime_encoding
 public int mime_encoding

Constructors

 o fileMIMEType
 public fileMIMEType()
Creates a fileMIMEType object. Default constructor for the fileMIMEType class.


All Packages  Class Hierarchy  This Package  Previous  Next  Index