JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
io.github.qubitpi.athena.file.File
Packages that use
File
Package
Description
io.github.qubitpi.athena.filestore
io.github.qubitpi.athena.filestore.swift
Uses of
File
in
io.github.qubitpi.athena.filestore
Methods in
io.github.qubitpi.athena.filestore
with parameters of type
File
Modifier and Type
Method
Description
@NotNull
String
FileStore.
upload
(@NotNull
File
file)
Persists a file into object storage database.
Uses of
File
in
io.github.qubitpi.athena.filestore.swift
Methods in
io.github.qubitpi.athena.filestore.swift
with parameters of type
File
Modifier and Type
Method
Description
String
SwiftFileStore.
upload
(
File
file)