Package io.scanbot.sdk.util.thread
Object MimeUtils
-
- All Implemented Interfaces:
public class MimeUtils
Utils connected to mime detection
-
-
Method Summary
Modifier and Type Method Description final static String
getMimeByName(String name)
Detects MIME from document or file name. -
-
Method Detail
-
getMimeByName
final static String getMimeByName(String name)
Detects MIME from document or file name. Returns PDF by default
-
-
-
-