public interface AntivirusScanner
boolean isActive()
void scan(byte[] bytes) throws AntivirusScannerException
AntivirusScannerException
void scan(File file) throws AntivirusScannerException
AntivirusScannerException
void scan(InputStream inputStream) throws AntivirusScannerException
AntivirusScannerException