xyz.capybara.clamav.commands.Stats.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clamav-client Show documentation
Show all versions of clamav-client Show documentation
Java Client for the ClamAV antivirus service.
package xyz.capybara.clamav.commands
object Stats : Command() {
override val commandString: String
get() = "STATS"
override val format: Command.CommandFormat
get() = Command.CommandFormat.NEW_LINE
override fun parseResponse(responseString: String): String = responseString
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy