Java.IO.FileInputStream: Constructor Members

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

See Also: Inherited members from Java.IO.InputStream

Public Constructors

Constructs a new FileInputStream that reads from file.
Constructs a new FileInputStream that reads from fd.
Equivalent to new FileInputStream(new File(path)).

Protected Constructors

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