Package jcifs.smb1.util
Class MimeMap
- java.lang.Object
-
- jcifs.smb1.util.MimeMap
-
public class MimeMap extends Object
-
-
Constructor Summary
Constructors Constructor Description MimeMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMimeType(String extension)StringgetMimeType(String extension, String def)
-
-
-
Constructor Detail
-
MimeMap
public MimeMap() throws IOException- Throws:
IOException
-
-
Method Detail
-
getMimeType
public String getMimeType(String extension) throws IOException
- Throws:
IOException
-
getMimeType
public String getMimeType(String extension, String def) throws IOException
- Throws:
IOException
-
-