Package playn.robovm
Class RoboStorage
java.lang.Object
playn.robovm.RoboStorage
- All Implemented Interfaces:
Storage
-
Nested Class Summary
Nested classes/interfaces inherited from interface playn.core.Storage
Storage.Batch -
Constructor Summary
ConstructorsConstructorDescriptionRoboStorage(Log log, String storageFileName) RoboStorage(RoboPlatform platform) -
Method Summary
-
Constructor Details
-
RoboStorage
-
RoboStorage
-
-
Method Details
-
isPersisted
public boolean isPersisted()- Specified by:
isPersistedin interfaceStorage
-
keys
-
getItem
-
setItem
- Specified by:
setItemin interfaceStorage- Throws:
RuntimeException
-
removeItem
- Specified by:
removeItemin interfaceStorage
-
startBatch
- Specified by:
startBatchin interfaceStorage
-