Java.IO.RandomAccessFile: Constructor Members

The constructors of Java.IO.RandomAccessFile are listed below. For a list of all members, see the RandomAccessFile Members list.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a new RandomAccessFile based on file and opens it according to the access string in mode.
Constructs a new RandomAccessFile based on the file named fileName and opens it according to the access string in mode.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.