Java.IO.FileReader: Constructor Members

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

See Also: Inherited members from Java.IO.InputStreamReader

Public Constructors

Constructs a new FileReader on the given file.
Construct a new FileReader on the given FileDescriptor fd.
Construct a new FileReader on the given file named filename.

Protected Constructors

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