RandomAccessFile.

Write(byte[], int, int) Method

Assembly
Db4objects.Db4o-2010.dll
Namespace
Sharpen.IO
Containing Type
RandomAccessFile

Syntax

public void Write(byte[] bytes, int offset, int length)

Parameters

Name Type Description
bytes byte[]
offset int
length int

Return Value

Type Description
void