Glide
Glide
/
com.bumptech.glide.load.model
/
FileLoader
/
FileOpener
File
Opener
interface
FileOpener
<
Data
>
Content copied to clipboard
Allows opening a specific type of data from a
java.io.File
.
Functions
Parameters
Parameters
<Data>
The type of data that can be opened.
Functions
close
Link copied to clipboard
abstract
fun
close
(
data
:
Data
)
Content copied to clipboard
get
Data
Class
Link copied to clipboard
abstract
fun
getDataClass
(
)
:
Class
<
Data
>
Content copied to clipboard
open
Link copied to clipboard
abstract
fun
open
(
file
:
File
)
:
Data
Content copied to clipboard