Package mil.nga.geopackage.io
Class ContextIOUtils
java.lang.Object
mil.nga.geopackage.io.ContextIOUtils
Input / Output Context utility methods
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic File
getInternalFile
(Context context, String filePath) Get the internal storage file for the file pathstatic String
getInternalFilePath
(Context context, String filePath) Get the internal storage patch for the file path
-
Constructor Details
-
ContextIOUtils
public ContextIOUtils()
-
-
Method Details
-
getInternalFile
Get the internal storage file for the file path- Parameters:
context
- contextfilePath
- file path- Returns:
- file
-
getInternalFilePath
Get the internal storage patch for the file path- Parameters:
context
- contextfilePath
- file path- Returns:
- file path
-