Object FileUtils

  • All Implemented Interfaces:

    
    public class FileUtils
    
                        

    Helper class that provides file operation functionality. All methods that performs file read/write operations must reside under this class

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static FileUtils INSTANCE
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Unit copyAssetFile(Context applicationContext, String filename) Copies the filename to the applications internal path.
      final static Unit copyAssetFile(InputStream inputStream, Context applicationContext, String filename) Copies content of input stream to the applications internal path.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • copyAssetFile

         final static Unit copyAssetFile(Context applicationContext, String filename)

        Copies the filename to the applications internal path. For cpp access