Package 

Class Dumper

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public interface Dumper.Listener
    • Constructor Summary

      Constructors 
      Constructor Description
      Dumper(Uri uri, String filepath, Dumper.Listener listener) Create a Dumper that will download an Uri into a local filesystem path
    • Method Summary

      Modifier and Type Method Description
      void start() Start to dump
      void cancel() Cancel the dump of the Uri.
      • Methods inherited from class java.lang.Object

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

      • Dumper

        Dumper(Uri uri, String filepath, Dumper.Listener listener)
        Create a Dumper that will download an Uri into a local filesystem path
        Parameters:
        uri - the Uri to dump
        filepath - local filesystem path where to dump the Uri
        listener - listener in order to be notified when the dump is finished