- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .IO - Interfaces
- Base Types
-
- Object
- BinDecorator
graph BT
Type-->Base0["BinDecorator"]
click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.IO/BinDecorator"
Base0-->Base1["Object"]
Type-.->Interface0["IBin"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.IO/IBin"
Type["BlockAwareBin"]
class Type type-node
Syntax
public class BlockAwareBin : BinDecorator, IBin
Constructors
| Name | Summary |
|---|---|
| BlockAwareBin |
Fields
| Name | Constant Value | Summary |
|---|---|---|
| _bin |
Inherited from BinDecorator
|
Methods
| Name | Value | Summary |
|---|---|---|
| BlockCopy |
void |
copies a block within a file in block mode
|
| BlockRead |
int |
implement to read a buffer at the seeked address
|
| BlockRead |
int |
reads a buffer at the seeked address
|
| BlockRead |
int |
implement to read a buffer at the seeked address
|
| BlockRead |
int |
reads a buffer at the seeked address
|
| BlockSize |
int |
returns the block size currently used
|
| BlockSize |
void |
outside call to set the block size of this adapter
|
| BlockWrite |
void |
implement to read a buffer at the seeked address
|
| BlockWrite |
void |
reads a buffer at the seeked address
|
| BlockWrite |
void |
implement to read a buffer at the seeked address
|
| BlockWrite |
void |
reads a buffer at the seeked address
|
| Close |
void |
closes the BinDecorator and the underlying
Db4objects.Db4o.IO.IBin
.
Inherited from BinDecorator
|
| Copy |
void |
copies a block within a file in absolute mode
|
| Length |
long |
Inherited from BinDecorator
|
| Read |
int |
Inherited from BinDecorator
|
| Read |
int |
reads a buffer at the seeked address
|
| RegularAddress |
long |
converts address and address offset to an absolute address
|
| Sync |
void | |
| Sync |
void | |
| SyncRead |
int |
Inherited from BinDecorator
|
| Write |
void |
Inherited from BinDecorator
|
| Write |
void |
writes a buffer to the seeked address
|