public interface AntivirusScanner
Modifier and Type | Method and Description |
---|---|
boolean |
isActive() |
void |
scan(byte[] bytes) |
void |
scan(File file) |
boolean isActive()
void scan(byte[] bytes) throws AntivirusScannerException
AntivirusScannerException
void scan(File file) throws AntivirusScannerException
AntivirusScannerException