db4o

IoAdapter Class

Base class for database file adapters, both for file and memory databases.

For a list of all members of this type, see IoAdapter Members.

System.Object
   com.db4o.io.IoAdapter
      com.db4o.io.crypt.XTeaEncryptionFileAdapter
      com.db4o.io.MemoryIoAdapter
      com.db4o.io.RandomAccessFileAdapter
      com.db4o.io.VanillaIoAdapter

public abstract class IoAdapter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Base class for database file adapters, both for file and memory databases.

Requirements

Namespace: com.db4o.io

Assembly: db4o (in db4o.dll)

See Also

IoAdapter Members | com.db4o.io Namespace