Package com.pointrlabs.core.util
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
-
-
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. -
-
Method Detail
-
copyAssetFile
final static Unit copyAssetFile(Context applicationContext, String filename)
Copies the filename to the applications internal path. For cpp access
-
copyAssetFile
final static Unit copyAssetFile(InputStream inputStream, Context applicationContext, String filename)
Copies content of input stream to the applications internal path. For cpp access
-
-
-
-