com.ibm.tivoli.maximo.antivirus.interfaces

Interface AVScanner

  • All Known Implementing Classes:
    AVScannerICAP


    public interface AVScanner
    • Method Detail

      • scan

        AVScannerResult scan(java.io.InputStream in)
                      throws AVScannerException
        Send this data which is presented in the format of an InputStream to the scanner to be scanned.
        Parameters:
        in - The data to be scanned in the format of an InputStream
        Returns:
        The result of the scan
        Throws:
        AVScannerException