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

Method forFileAsync

java/src/main/java/de/gdata/vaas/Vaas.java:203–206  ·  view source on GitHub ↗
(Path file)

Source from the content-addressed store, hash-verified

201 }
202
203 @Override
204 public CompletableFuture<VaasVerdict> forFileAsync(Path file) throws IOException, VaasClientException {
205 return forFileAsync(file, ForFileOptions.fromVaaSConfig(this.config));
206 }
207
208 @Override
209 public CompletableFuture<VaasVerdict> forFileAsync(Path file, ForFileOptions options) throws IOException, VaasClientException {

Callers 5

forFileMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95

Calls 5

fromVaaSConfigMethod · 0.95
forSha256AsyncMethod · 0.95
forStreamAsyncMethod · 0.95
handleExceptionMethod · 0.80
closeMethod · 0.45