Package de.mhus.lib.core.io
Class AbstractFileChecker
- java.lang.Object
-
- de.mhus.lib.core.io.AbstractFileChecker
-
- All Implemented Interfaces:
FileChecker
- Direct Known Subclasses:
PdfFileChecker
public abstract class AbstractFileChecker extends Object implements FileChecker
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.mhus.lib.core.io.FileChecker
FileChecker.SUSPICIOUS
-
-
Constructor Summary
Constructors Constructor Description AbstractFileChecker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFileType(File in)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.mhus.lib.core.io.FileChecker
checkForSuspicious, isFileType
-
-
-
-
Method Detail
-
isFileType
public boolean isFileType(File in) throws IOException
- Specified by:
isFileTypein interfaceFileChecker- Throws:
IOException
-
-