MCPcopy Create free account
hub / github.com/GDATASoftwareAG/vaas / forStream

Method forStream

java/src/main/java/de/gdata/vaas/IVaas.java:103–103  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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 /**

Implementers 1

Vaasjava/src/main/java/de/gdata/vaas/Vaas.

Calls

no outgoing calls