sdk-core
Toggle table of contents
7.2.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk-core
sdk-core
/
com.gigya.android.sdk.utils
/
FileUtils
File
Utils
open
class
FileUtils
Members
Constructors
File
Utils
Link copied to clipboard
constructor
(
context
:
Context
)
Functions
asset
Json
File
To
String
Link copied to clipboard
open
fun
assetJsonFileToString
(
appContext
:
Context
,
fileName
:
String
)
:
String
contains
File
Link copied to clipboard
open
fun
containsFile
(
fileName
:
String
)
:
Boolean
get
Meta
Data
Link copied to clipboard
open
fun
getMetaData
(
)
:
Bundle
load
File
Link copied to clipboard
open
fun
loadFile
(
fileName
:
String
)
:
String
stream
To
String
Link copied to clipboard
open
fun
streamToString
(
is
:
InputStream
)
:
String
string
From
Meta
Data
Link copied to clipboard
@
Nullable
open
fun
stringFromMetaData
(
fieldName
:
String
)
:
String