Java.IO.FileOutputStream Members

The members of Java.IO.FileOutputStream are listed below.

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.

Public Properties

[read-only]
ChannelJava.Nio.Channels.FileChannel. Returns a write-only Java.Nio.Channels.FileChannel that shares its position with this stream.
[read-only]
FDFileDescriptor. Returns the underlying file descriptor.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

override
Write(int)
Writes a single byte to this stream.