Interface AntivirusScanner


@ProviderType public interface AntivirusScanner
Author:
Michael C. Han, Raymond Augé
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    scan(byte[] bytes)
     
    void
    scan(File file)
     
    void
    scan(InputStream inputStream)