VMDUrlFile

class VMDUrlFile(var url: URL?) : VMDFile

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

Since

1.1

Parameters

url

Absolute URL for the file.

Constructors

Link copied to clipboard
constructor(url: URL?)

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

Properties

Link copied to clipboard
var url: URL?