MemoryBin Class

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(long, byte[], int) int
Sync() void
Sync(IRunnable) void
SyncRead(long, byte[], int) int
Write(long, byte[], int) void
for internal processing only.