Package de.mhus.lib.core.io
Interface FileChecker
-
- All Known Implementing Classes:
AbstractFileChecker,PdfFileChecker
public interface FileChecker
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFileChecker.SUSPICIOUS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileChecker.SUSPICIOUScheckForSuspicious(File in)booleanisFileType(File in)booleanisFileType(InputStream in)
-
-
-
Method Detail
-
isFileType
boolean isFileType(File in) throws IOException
- Throws:
IOException
-
isFileType
boolean isFileType(InputStream in) throws IOException
- Throws:
IOException
-
checkForSuspicious
FileChecker.SUSPICIOUS checkForSuspicious(File in) throws IOException
- Throws:
IOException
-
-