Java.IO.FileOutputStream: Constructor Members

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

See Also: Inherited members from Java.IO.OutputStream

Public Constructors

Constructs a new FileOutputStream that writes to file.
Constructs a new FileOutputStream that writes to fd.
Constructs a new FileOutputStream that writes to path.
Constructs a new FileOutputStream that writes to file.
Constructs a new FileOutputStream that writes to path.

Protected Constructors

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