Uses of Class
clamavj.ScanResult
-
Packages that use ScanResult Package Description clamavj -
-
Uses of ScanResult in clamavj
Methods in clamavj that return ScanResult Modifier and Type Method Description ScanResult
ClamScan. scan(byte[] in)
The method to call if you already have the content to scan in-memory as a byte array.ScanResult
ClamScan. scan(InputStream in)
The preferred method to call.
-