RandomAccessFileFactory.

NewRandomAccessFile(string, bool, bool) Method

Syntax

public static RandomAccessFile NewRandomAccessFile(string path, bool readOnly, bool lockFile)

Parameters

Name Type Description
path string
readOnly bool
lockFile bool

Return Value

Type Description
RandomAccessFile