Class StreamFiles


  • public class StreamFiles
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java8.util.concurrent.CompletableFuture<java.lang.Void> delete​(Token token, java.net.URL targetURL)  
      java8.util.concurrent.CompletableFuture<java.net.URL> upload​(Token token, java.io.File content)  
      java8.util.concurrent.CompletableFuture<java.net.URL> upload​(Token token, java.lang.String fileName, byte[] content)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait