FileStorage Class

Summary

Storage adapter to store db4o database data to physical files on hard disc.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.IO
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IStorage"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.IO/IStorage" Type["FileStorage"] class Type type-node

Syntax

public class FileStorage : IStorage

Remarks

Storage adapter to store db4o database data to physical files on hard disc.

Methods

Name Value Summary
Delete(string) void
Exists(string) bool
returns true if the specified file system path already exists.
Open(BinConfiguration) IBin
opens a Db4objects.Db4o.IO.IBin on the specified URI (file system path).
Rename(string, string) void