public class VirusScannerService extends Object
VirusScanner providers and perform virus scan.| Constructor and Description | 
|---|
| VirusScannerService(ClassLoader classLoader) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | performVirusScan(InputStream inputStream)Perform virus scan and throw exception if at least one registered  VirusScannerprovider has detected a virus. | 
public VirusScannerService(ClassLoader classLoader)
public void performVirusScan(InputStream inputStream) throws VirusException
VirusScanner provider has detected a virus.inputStream - input stream to perform virus scan onVirusException - if at least one VirusScanner provider has detected a virusCopyright © 2020. All rights reserved.