Class RecordFileDownload


  • public class RecordFileDownload
    extends java.lang.Object
    • 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 uuid, 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

      • RecordFileDownload

        public RecordFileDownload​(Context context)
    • Method Detail

      • toLocalFile

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