Interface VirusScanner

All Known Implementing Classes:
ClamavVirusScannerImpl, NullVirusScannerImpl

public interface VirusScanner
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    scan(InputStream inputStream)
     
    void
    scan(String filename)
     
  • Method Details