db4o

IoAdapter Members

IoAdapter overview

Public Instance Methods

BlockCopycopies a block within a file in block mode
BlockSeekOverloaded. sets the read/write pointer in the file using block mode
BlockSizeOverloaded. outside call to set the block size of this adapter
Closeimplement to close the adapter
Copycopies a block within a file in absolute mode
DelegatedIoAdapter 
Deletedeletes the given path from whatever 'file system' is addressed
Equals (inherited from Object) 
Existschecks whether a file exists
GetHashCode (inherited from Object) 
GetLengthimplement to return the absolute length of the file
GetType (inherited from Object) 
Openimplement to open the file
ReadOverloaded. reads a buffer at the seeked address
Seekimplement to set the read/write pointer in the file, absolute mode
Syncimplement to flush the file contents to storage
ToString (inherited from Object) 
WriteOverloaded. writes a buffer to the seeked address

Protected Instance Constructors

IoAdapter Constructor Initializes a new instance of the IoAdapter class.

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 
RegularAddressconverts address and address offset to an absolute address

See Also

IoAdapter Class | Db4objects.Db4o.IO Namespace