VMDAssetFile

open class VMDAssetFile : VMDFile

This class represents a VMDFile that is located in the "assets" folder of an Android project. It implements the VMDFile interface to provide a common way to to retrieve an InputStream.

Constructors

Link copied to clipboard
constructor(fileName: String, assetManager: AssetManager)
Constructor

Functions

Link copied to clipboard
open fun exists(): Boolean
Link copied to clipboard
open fun getFilePath(): String
Link copied to clipboard
Link copied to clipboard
open fun toString(): String