ReadOnlyBin Class

Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.IO
Interfaces
Base Types
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["ReadOnlyBin"] class Type type-node

Syntax

public class ReadOnlyBin : BinDecorator, IBin

Constructors

Name Summary
ReadOnlyBin(IBin)

Fields

Name Constant Value Summary
_bin
Inherited from BinDecorator

Methods

Name Value Summary
Close() void
closes the BinDecorator and the underlying Db4objects.Db4o.IO.IBin .
Inherited from BinDecorator
Length() long
Inherited from BinDecorator
Read(long, byte[], int) int
Inherited from BinDecorator
Sync() void
Inherited from BinDecorator
Sync(IRunnable) void
Inherited from BinDecorator
SyncRead(long, byte[], int) int
Inherited from BinDecorator
Write(long, byte[], int) void