Interface AntiVirusScanner

All Known Implementing Classes:
ClamAVService

public interface AntiVirusScanner
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isFileSafe(byte[] fileBytes)
     
  • Method Details

    • isFileSafe

      boolean isFileSafe(byte[] fileBytes)