IoAdapter for in-memory operation.
For a list of all members of this type, see MemoryIoAdapter Members.
System.Object
com.db4o.io.IoAdapter
com.db4o.io.MemoryIoAdapter
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
IoAdapter for in-memory operation.
Configure db4o to operate with this in-memory IoAdapter with
MemoryIoAdapter memoryIoAdapter = new MemoryIoAdapter();
Db4o.configure().io(memoryIoAdapter);
byte[]content of the in-memory files in the _memoryFiles Hashtable in the adapter. After working with an in-memory ObjectContainer/ObjectServer the
byte[]content is available in the MemoryIoAdapter by using get . To add old existing database
byte[]content to a MemoryIoAdapter use put . To reduce memory consumption of memory file names that will no longer be used call com.db4o.io.MemoryIoAdapter.put and pass an empty byte array.
Namespace: com.db4o.io
Assembly: db4o (in db4o.dll)
MemoryIoAdapter Members | com.db4o.io Namespace