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, wait
scan
public boolean isActive()
isActive
in interface AntivirusScanner
public void scan(byte[] bytes) throws AntivirusScannerException
scan
in interface AntivirusScanner
AntivirusScannerException
public void scan(InputStream inputStream) throws AntivirusScannerException
scan
in interface AntivirusScanner
AntivirusScannerException