Class ShadowFileUtils


  • @Implements(value=android.os.FileUtils.class,
                isInAndroidSdk=false,
                minSdk=28)
    public class ShadowFileUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ShadowFileUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static long copy​(java.io.FileDescriptor in, java.io.FileDescriptor out, long count, android.os.CancellationSignal signal, java.util.concurrent.Executor executor, android.os.FileUtils.ProgressListener listener)  
      protected static long copy​(java.io.FileDescriptor in, java.io.FileDescriptor out, android.os.FileUtils.ProgressListener listener, android.os.CancellationSignal signal, long count)  
      • Methods inherited from class java.lang.Object

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

      • ShadowFileUtils

        public ShadowFileUtils()
    • Method Detail

      • copy

        @Implementation(minSdk=28,
                        maxSdk=28)
        protected static long copy​(java.io.FileDescriptor in,
                                   java.io.FileDescriptor out,
                                   android.os.FileUtils.ProgressListener listener,
                                   android.os.CancellationSignal signal,
                                   long count)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • copy

        @Implementation(minSdk=29)
        protected static long copy​(java.io.FileDescriptor in,
                                   java.io.FileDescriptor out,
                                   long count,
                                   android.os.CancellationSignal signal,
                                   java.util.concurrent.Executor executor,
                                   android.os.FileUtils.ProgressListener listener)
                            throws java.io.IOException
        Throws:
        java.io.IOException