- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .IO - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IBin"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.IO/IBin"
Type["MemoryBin"]
class Type type-node
Syntax
public class MemoryBin : IBin
Constructors
Methods
Name | Value | Summary |
---|---|---|
BufferSize |
long | |
Close |
void | |
Data |
byte[] |
Returns a copy of the raw data contained in this bin for external processing.
|
Length |
long | |
Read |
int | |
Sync |
void | |
Sync |
void | |
SyncRead |
int | |
Write |
void |
for internal processing only.
|