Virus Scan in Java
Hi all,
I want to perform a virusscan on a java input stream or a file object without writing it into the filesystem.
I'm using a JSF framework for the user interface an spring for the business logic.
Is there any way to do that with commercial, or other products? I did some research an only found the possibility to use a gateway solution (like yahoo does for example), which is unfortunately not an option for my me.