BlockAwareBin.

BlockCopy(int, int, int, int, int) Method

Summary

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

Syntax

public virtual void BlockCopy(int oldAddress, int oldAddressOffset, int newAddress, int newAddressOffset, int length)

Parameters

Name Type Description
oldAddress int
oldAddressOffset int
newAddress int
newAddressOffset int
length int

Return Value

Type Description
void