BlockAwareBin.

Copy(long, long, int) Method

Summary

copies a block within a file in absolute mode
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.IO
Containing Type
BlockAwareBin

Syntax

public virtual void Copy(long oldAddress, long newAddress, int length)

Parameters

Name Type Description
oldAddress long
newAddress long
length int

Return Value

Type Description
void