Package passwordmanager.encoded
Interface IRecoverable
- All Known Subinterfaces:
IRawData
- All Known Implementing Classes:
CheckedRawData,DefaultRawData
public interface IRecoverable
Data structure with the ability to save and restore
- Since:
- 2023-12-14
-
Method Summary
-
Method Details
-
save
void save()Method for saving structure -
load
void load()Method for restoring structure
-