| Package | Description |
|---|---|
| xyz.capybara.clamav | |
| xyz.capybara.clamav.commands.scan |
| Modifier and Type | Method and Description |
|---|---|
ScanResult |
ClamavClient.parallelScan(Path path)
Scans a file/directory on the filesystem of the ClamAV daemon and will continue the scan to the end
even if a virus has been found.
|
ScanResult |
ClamavClient.scan(InputStream inputStream)
Scans an
InputStream and sends a response as soon as a virus has been found. |
ScanResult |
ClamavClient.scan(Path path)
Scans a file/directory on the filesystem of the ClamAV daemon and sends a response as soon as a virus has been found.
|
ScanResult |
ClamavClient.scan(Path path,
boolean continueScan)
Scans a file/directory on the filesystem of the ClamAV daemon and may continue the scan to the end
even if a virus has been found, depending on the
continueScan argument. |
| Modifier and Type | Method and Description |
|---|---|
protected ScanResult |
ScanCommand.parseResponse(String responseString) |
ScanResult |
InStream.send(InetSocketAddress server) |
Copyright © 2017. All rights reserved.