quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-core
/
com.quarkdown.core.media
/
LocalMedia
Local
Media
data
class
LocalMedia
(
val
file
:
File
)
:
Media
A media that lives on the local filesystem.
Parameters
file
the local file where the media is stored
Members
Constructors
Local
Media
Link copied to clipboard
constructor
(
file
:
File
)
Properties
file
Link copied to clipboard
val
file
:
File
Functions
accept
Link copied to clipboard
open
override
fun
<
T
>
accept
(
visitor
:
MediaVisitor
<
T
>
)
:
T