public abstract class BaseFileAntivirusScanner extends java.lang.Object implements AntivirusScanner
| Constructor and Description |
|---|
BaseFileAntivirusScanner() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActive() |
void |
scan(byte[] bytes) |
void |
scan(java.io.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(java.io.InputStream inputStream)
throws AntivirusScannerException
scan in interface AntivirusScannerAntivirusScannerException