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
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. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |