public interface Storage
Modifier and Type | Method and Description |
---|---|
DataKey |
getKey(String root)
Returns a
DataKey starting from the given root. |
boolean |
load()
Loads data from a file or other location.
|
void |
save()
Saves the in-memory aspects of the storage to disk.
|
DataKey getKey(String root)
DataKey
starting from the given root.root
- The root to start atboolean load()
void save()
Copyright © 2021. All rights reserved.