public interface Persistable
Modifier and Type | Method and Description |
---|---|
void |
load(FileReading input)
Load from local storage.
|
void |
save(FileWriting output)
Save to local storage.
|
void save(FileWriting output) throws IOException
output
- The output writer.IOException
- If error on writing.void load(FileReading input) throws IOException
input
- The input reader.IOException
- If error on reading.Copyright © 2017 Byron 3D Games Studio. All rights reserved.