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
Constructs a new FileInputStream that reads from file. | ||
Constructs a new FileInputStream that reads from fd. | ||
Equivalent to new FileInputStream(new File(path)). |
A constructor used when creating managed representations of JNI objects; called by the runtime. |