| Package | Description |
|---|---|
| at.mug.iqm.api.model | |
| at.mug.iqm.api.persistence |
| Modifier and Type | Class and Description |
|---|---|
class |
VirtualDataBox
This class represents a virtual data box stored in the temporary directory
|
| Modifier and Type | Method and Description |
|---|---|
IVirtualizable |
VirtualDataManager.save(IqmDataBox target,
File directory)
Save a
IVirtualizable object to its specified target and puts the
file location to the cache. |
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualDataManager.delete(IVirtualizable target)
Deletes the virtual object from the disk and removes it from the box
cache.
|
IqmDataBox |
VirtualDataManager.load(IVirtualizable target)
Load a data item from the serialized state on the hard disk to the
memory.
|
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.