db4o

CachedIoAdapter Methods

The methods of the CachedIoAdapter class are listed below. For a complete list of CachedIoAdapter class members, see the CachedIoAdapter Members topic.

Public Instance Methods

BlockCopy (inherited from IoAdapter)copies a block within a file in block mode
BlockSeek (inherited from IoAdapter)Overloaded. sets the read/write pointer in the file using block mode
BlockSize (inherited from IoAdapter)Overloaded. outside call to set the block size of this adapter
CloseFlushes and closes the file
Copy (inherited from IoAdapter)copies a block within a file in absolute mode
DeleteDeletes the database file
Equals (inherited from Object) 
ExistsChecks if the file exists
GetHashCode (inherited from Object) 
GetLengthReturns the file length
GetType (inherited from Object) 
OpenCreates and returns a new CachedIoAdapter
ReadOverloaded. Reads the file into the buffer using pages from cache.
Read (inherited from IoAdapter)Overloaded. reads a buffer at the seeked address
SeekMoves the pointer to the specified file position
SyncFlushes cache to a physical storage
ToString (inherited from Object) 
WriteOverloaded. Writes the buffer to cache using pages
Write (inherited from IoAdapter)Overloaded. writes a buffer to the seeked address

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 
RegularAddress (inherited from IoAdapter)converts address and address offset to an absolute address

See Also

CachedIoAdapter Class | Db4objects.Db4o.IO Namespace