All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.craftercms.virusscanner.api.VirusScanner Maven / Gradle / Ivy

There is a newer version: 4.3.1
Show newest version
package org.craftercms.virusscanner.api;

import java.io.InputStream;

public interface VirusScanner {

    void scan(String filename);
    void scan(InputStream inputStream);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy