Class Download


  • public class Download
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Download​(Context context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Mono<java.nio.file.Path> toLocalFile​(java.lang.String id, java.nio.file.Path dir, java.lang.String filename)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Download

        public Download​(Context context)
    • Method Detail

      • toLocalFile

        public reactor.core.publisher.Mono<java.nio.file.Path> toLocalFile​(java.lang.String id,
                                                                           java.nio.file.Path dir,
                                                                           java.lang.String filename)