Summary
Wrapper baseclass for all classes that wrap Bin.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .IO - Interfaces
- Base Types
-
- Object
- Derived Types
Syntax
public class BinDecorator : IBin
Remarks
Wrapper baseclass for all classes that wrap Bin.
Each class that adds functionality to a Bin can
extend this class to allow db4o to access the
delegate instance with
Db4objects.Db4o.IO.StorageDecorator.Decorate(Db4objects.Db4o.IO.BinConfiguration,Db4objects.Db4o.IO.IBin)
.
Constructors
Name | Summary |
---|---|
BinDecorator |
Default constructor. |
Fields
Name | Constant Value | Summary |
---|---|---|
_bin |
Methods
Name | Value | Summary |
---|---|---|
Close |
void |
closes the BinDecorator and the underlying
Db4objects.Db4o.IO.IBin
.
|
Length |
long | |
Read |
int | |
Sync |
void | |
Sync |
void | |
SyncRead |
int | |
Write |
void |