Java javax.activation FileTypeMap fields, constructors, methods, implement or subclass

Example usage for Java javax.activation FileTypeMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.activation FileTypeMap.

The text is from its open source code.

Method

StringgetContentType(File file)
Return the type of the file object.
StringgetContentType(String filename)
Return the type of the file passed in.
FileTypeMapgetDefaultFileTypeMap()
Return the default FileTypeMap for the system.