VMDFile

interface VMDFile

Interface that provides methods to get an InputStream and file path for a file.

Inheritors

Functions

Link copied to clipboard
abstract fun exists(): Boolean
Link copied to clipboard
abstract fun getFilePath(): String
Link copied to clipboard
abstract fun getInputStream(): InputStream