Android SDK for Indoor Maps
2.0.5
androidJvm
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.
Inheritors
VMDAbsoluteFile
VMDUrlFile
VMDAssetFile
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