All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface PREDATOR.ADT.MIMETypeObject

public interface MIMETypeObject
The class extended by objects which represent MIME types.


Method Index

 o getFilenameExtension(ADTMetaInfo)
Provides a filename extension suitable for files storing data of this MIME type.

Methods

 o getFilenameExtension
 public abstract String getFilenameExtension(ADTMetaInfo MetaInfo)
Provides a filename extension suitable for files storing data of this MIME type. For instance, JPEG images will supply the extension "jpg".

Returns:
A suitable filename extension for files of this type

All Packages  Class Hierarchy  This Package  Previous  Next  Index