- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IReadBuffer"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Marshall/IReadBuffer"
Type-.->Interface1["IWriteBuffer"]
click Interface1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Marshall/IWriteBuffer"
Type["IReadWriteBuffer"]
class Type type-node
Implementing0["StatefulBuffer"]-.->Type
click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/StatefulBuffer"
Implementing1["ByteArrayBuffer"]-.->Type
click Implementing1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/ByteArrayBuffer"
Implementing2["DefragmentContextImpl"]-.->Type
click Implementing2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/DefragmentContextImpl"
Syntax
public interface IReadWriteBuffer : IReadBuffer, IWriteBuffer
Methods
| Name | Value | Summary |
|---|---|---|
| IncrementIntSize |
void | |
| IncrementOffset |
void | |
| Length |
int | |
| ReadBegin |
void | |
| ReadEnd |
void |