Processes a given input stream and returns the VaasVerdict. @param stream the input stream to be processed @param contentLength the length of the content in the input stream @return the VaasVerdict @throws InterruptedException If the thread is interrupted @throws VaasA
(InputStream stream, long contentLength)
| 101 | * @throws VaasServerException The server encountered an internal error. Recommended actions: You may retry the request after a certain delay. If the problem persists contact G DATA. |
| 102 | */ |
| 103 | VaasVerdict forStream(InputStream stream, long contentLength) |
| 104 | throws InterruptedException, VaasAuthenticationException, VaasClientException, VaasServerException; |
| 105 | |
| 106 | /** |