public abstract class BaseFileAntivirusScanner extends Object implements AntivirusScanner
| Constructor and Description |
|---|
BaseFileAntivirusScanner() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActive() |
void |
scan(byte[] bytes) |
void |
scan(InputStream inputStream) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitscanpublic boolean isActive()
isActive in interface AntivirusScannerpublic void scan(byte[] bytes)
throws AntivirusScannerException
scan in interface AntivirusScannerAntivirusScannerExceptionpublic void scan(InputStream inputStream) throws AntivirusScannerException
scan in interface AntivirusScannerAntivirusScannerException