Class DbxClientV1.Downloader

  • Enclosing class:
    DbxClientV1

    public static final class DbxClientV1.Downloader
    extends java.lang.Object
    A pairing of a metadata and main content of a download. Make sure you always call close().
    • Constructor Summary

      Constructors 
      Constructor Description
      Downloader​(DbxEntry.File metadata, java.io.InputStream body)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      • Methods inherited from class java.lang.Object

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

      • body

        public final java.io.InputStream body
    • Constructor Detail

      • Downloader

        public Downloader​(DbxEntry.File metadata,
                          java.io.InputStream body)
    • Method Detail

      • close

        public void close()