|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portlet.documentlibrary.antivirus.BaseFileAntivirusScanner
public abstract class BaseFileAntivirusScanner
| Constructor Summary | |
|---|---|
BaseFileAntivirusScanner()
|
|
| Method Summary | |
|---|---|
boolean |
isActive()
|
void |
scan(byte[] bytes)
|
void |
scan(java.io.InputStream inputStream)
|
| 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 |
| Constructor Detail |
|---|
public BaseFileAntivirusScanner()
| Method Detail |
|---|
public boolean isActive()
isActive in interface AntivirusScanner
public void scan(byte[] bytes)
throws AntivirusScannerException,
SystemException
scan in interface AntivirusScannerAntivirusScannerException
SystemException
public void scan(java.io.InputStream inputStream)
throws AntivirusScannerException,
SystemException
scan in interface AntivirusScannerAntivirusScannerException
SystemException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||