nova-parent
Toggle table of contents
0.18-alpha.14
jvm
Platform filter
jvm
Switch theme
Search in API
nova-parent
nova
/
xyz.xenondevs.nova.data
/
UpdatableFile
Updatable
File
object
UpdatableFile
Members
Functions
extract
All
Link copied to clipboard
fun
extractAll
(
fromDir
:
Path
,
toDir
:
Path
,
filter
:
(
Path
)
->
Boolean
)
get
Stored
Hash
Link copied to clipboard
fun
getStoredHash
(
file
:
Path
)
:
ByteArray
?
get
Stored
Hash
String
Link copied to clipboard
fun
getStoredHashString
(
file
:
Path
)
:
String
?
load
Link copied to clipboard
fun
load
(
from
:
Path
,
to
:
Path
)
remove
Stored
Hash
Link copied to clipboard
fun
removeStoredHash
(
file
:
Path
)
store
Hash
Link copied to clipboard
fun
storeHash
(
file
:
Path
)
fun
storeHash
(
file
:
Path
,
hash
:
ByteArray
)