org.craftercms.virusscanner.api.VirusScanner Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of crafter-virus-scanner Show documentation
Show all versions of crafter-virus-scanner Show documentation
Crafter Social Virus Scanner
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