com.liferay.portlet.documentlibrary.antivirus
Class BaseFileAntivirusScanner
java.lang.Object
com.liferay.portlet.documentlibrary.antivirus.BaseFileAntivirusScanner
- All Implemented Interfaces:
- AntivirusScanner
public abstract class BaseFileAntivirusScanner
- extends Object
- implements AntivirusScanner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portlet.documentlibrary.antivirus.AntivirusScanner |
scan |
BaseFileAntivirusScanner
public BaseFileAntivirusScanner()
isActive
public boolean isActive()
- Specified by:
isActive
in interface AntivirusScanner
scan
public void scan(byte[] bytes)
throws AntivirusScannerException,
SystemException
- Specified by:
scan
in interface AntivirusScanner
- Throws:
AntivirusScannerException
SystemException
scan
public void scan(InputStream inputStream)
throws AntivirusScannerException,
SystemException
- Specified by:
scan
in interface AntivirusScanner
- Throws:
AntivirusScannerException
SystemException