toggle menu
Android SDK for Indoor Maps
2.1.0
androidJvm
switch theme
search in API
Android SDK for Indoor Maps
/
com.aegir.vmms.vmd.interfaces
/
VMDFile
VMDFile
interface
VMDFile
Interface that provides methods to get an InputStream and file path for a file.
Since
1.0.0
Inheritors
VMDAssetFile
VMDAbsoluteFile
VMDUrlFile
Members
Functions
exists
Link copied to clipboard
abstract
fun
exists
(
)
:
Boolean
get
File
Path
Link copied to clipboard
abstract
fun
getFilePath
(
)
:
String
get
Input
Stream
Link copied to clipboard
abstract
fun
getInputStream
(
)
:
InputStream