VMDAbsoluteFile

class VMDAbsoluteFile(filePath: String?) : VMDFile

This class represents a VMDFile that is located locally. It implements the VMDFile interface to provide a common way to to retrieve an InputStream.

Since

1.1

Constructors

Link copied to clipboard
constructor(filePath: String?)

Functions

Link copied to clipboard
open override fun exists(): Boolean
Link copied to clipboard
open override fun getFilePath(): String
Link copied to clipboard
open override fun getInputStream(): InputStream?
Link copied to clipboard
open override fun toString(): String